aboutsummaryrefslogtreecommitdiff
path: root/applets/applets.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-16 18:25:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-16 18:25:46 +0000
commitbc9d7d788b36808855ec6691abd98139247552d1 (patch)
treebe001a47ee8a37eb48ae38cc5f0701ea457272a0 /applets/applets.c
parentab51bf4e28c27c9887cb5df9e221c14f494a684a (diff)
downloadbusybox-bc9d7d788b36808855ec6691abd98139247552d1.tar.gz
- we unconditionally need ruid. Fixes build error in line 334
Diffstat (limited to 'applets/applets.c')
-rw-r--r--applets/applets.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 13b406ae5..e0952af47 100644
--- 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