From: Bernhard Reutner-Fischer Date: Mon, 16 Apr 2007 18:25:46 +0000 (-0000) Subject: - we unconditionally need ruid. Fixes build error in line 334 X-Git-Tag: 1_6_0~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc9d7d788b36808855ec6691abd98139247552d1;p=oweals%2Fbusybox.git - we unconditionally need ruid. Fixes build error in line 334 --- 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