From 3bba545a54addf59b63a003e7ada03fd8b29b5ba Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 30 Dec 2006 17:57:03 +0000 Subject: done a dozen of randconfig test. guess what? ALL failed... these are resulting fixes --- modutils/insmod.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modutils') diff --git a/modutils/insmod.c b/modutils/insmod.c index 3b71d1c..842ef09 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -63,6 +63,7 @@ #include #if !ENABLE_FEATURE_2_4_MODULES && !ENABLE_FEATURE_2_6_MODULES +#undef ENABLE_FEATURE_2_4_MODULES #define ENABLE_FEATURE_2_4_MODULES 1 #endif -- cgit v1.1