projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deac371
)
applying fix from;
author
Paul Fox
<pgf@brightstareng.com>
Tue, 19 Jul 2005 21:21:58 +0000
(21:21 -0000)
committer
Paul Fox
<pgf@brightstareng.com>
Tue, 19 Jul 2005 21:21:58 +0000
(21:21 -0000)
0000092: looks like the initializer for .need_suid was missing.
include/applets.h
patch
|
blob
|
history
diff --git
a/include/applets.h
b/include/applets.h
index
a7578ba
..
6bce2ee
100644
(file)
--- a/
include/applets.h
+++ b/
include/applets.h
@@
-731,7
+731,7
@@
#endif
#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
- { 0,NULL,0 }
+ { 0,NULL,0
,0
}
};
#endif