aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-16 18:25:46 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-16 18:25:46 +0000
commitd98e115c6d892685b4f0eaaae862ea6a8c96d16a (patch)
treebe001a47ee8a37eb48ae38cc5f0701ea457272a0 /applets
parent94ab7326ab16eaceecb8a61c27a8d6e07e779b2f (diff)
downloadbusybox-w32-d98e115c6d892685b4f0eaaae862ea6a8c96d16a.tar.gz
busybox-w32-d98e115c6d892685b4f0eaaae862ea6a8c96d16a.tar.bz2
busybox-w32-d98e115c6d892685b4f0eaaae862ea6a8c96d16a.zip
- we unconditionally need ruid. Fixes build error in line 334
git-svn-id: svn://busybox.net/trunk/busybox@18456 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-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;
54bool re_execed; 54bool re_execed;
55#endif 55#endif
56 56
57#if ENABLE_FEATURE_SUID
58static uid_t ruid; /* real uid */ 57static uid_t ruid; /* real uid */
59#endif
60 58
61#if ENABLE_FEATURE_SUID_CONFIG 59#if ENABLE_FEATURE_SUID_CONFIG
62 60