projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab51bf4
)
- we unconditionally need ruid. Fixes build error in line 334
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 16 Apr 2007 18:25:46 +0000
(18:25 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 16 Apr 2007 18:25:46 +0000
(18:25 -0000)
applets/applets.c
patch
|
blob
|
history
diff --git
a/applets/applets.c
b/applets/applets.c
index 13b406ae5646899f0209007ce86bb252dbae33ea..e0952af473296e55945f38298f0186ac375cecc7 100644
(file)
--- a/
applets/applets.c
+++ b/
applets/applets.c
@@
-54,9
+54,7
@@
const char *applet_name ATTRIBUTE_EXTERNALLY_VISIBLE;
bool re_execed;
#endif
-#if ENABLE_FEATURE_SUID
static uid_t ruid; /* real uid */
-#endif
#if ENABLE_FEATURE_SUID_CONFIG