From dadfb4975b23b284fa02d15a5cfd21593b2993fc Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 29 Jul 2008 10:16:05 +0000 Subject: hush: add #defines to switch off break/continue if loops are not supported *: remove a few inline keywords no code changes --- modutils/rmmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils/rmmod.c') diff --git a/modutils/rmmod.c b/modutils/rmmod.c index a96a27457..5129b3495 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c @@ -17,7 +17,7 @@ extern int delete_module(const char *module, unsigned int flags); #endif #if ENABLE_FEATURE_2_6_MODULES -static inline void filename2modname(char *modname, const char *afterslash) +static void filename2modname(char *modname, const char *afterslash) { unsigned int i; int kr_chk = 1; -- cgit v1.2.3