svn commit: trunk/busybox/applets

aldot at busybox.net aldot at busybox.net
Mon Apr 16 18:25:48 UTC 2007


Author: aldot
Date: 2007-04-16 11:25:46 -0700 (Mon, 16 Apr 2007)
New Revision: 18456

Log:
- we unconditionally need ruid. Fixes build error in line 334


Modified:
   trunk/busybox/applets/applets.c


Changeset:
Modified: trunk/busybox/applets/applets.c
===================================================================
--- trunk/busybox/applets/applets.c	2007-04-16 14:56:01 UTC (rev 18455)
+++ trunk/busybox/applets/applets.c	2007-04-16 18:25:46 UTC (rev 18456)
@@ -54,9 +54,7 @@
 bool re_execed;
 #endif
 
-#if ENABLE_FEATURE_SUID
 static uid_t ruid;  /* real uid */
-#endif
 
 #if ENABLE_FEATURE_SUID_CONFIG
 




More information about the busybox-cvs mailing list