1234567891011 |
- --- busybox-1.4.0/applets/applets.c Fri Jan 19 22:23:11 2007
- +++ busybox-1.4.0-parse_config_file/applets/applets.c Tue Jan 23 21:35:00 2007
- @@ -320,7 +320,7 @@
- }
-
- #else
- -#define parse_config_file()
- +#define parse_config_file() ((void)0)
- #endif /* CONFIG_FEATURE_SUID_CONFIG */
-
- #ifdef CONFIG_FEATURE_SUID
|