From bc9d7d788b36808855ec6691abd98139247552d1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 16 Apr 2007 18:25:46 +0000 Subject: - we unconditionally need ruid. Fixes build error in line 334 --- applets/applets.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'applets/applets.c') 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 -- cgit v1.2.3