commit | 5e34ff29bcc870936ab18172f438a34d042d4e03 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 21 11:09:40 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 21 11:09:40 2009 +0000 |
tree | a5e7a528f2f916eb883f1161eadceacdf2dca4be | |
parent | 8b814b4a349e2262c0ad25793b05206a14651ebb [diff] [blame] |
*: mass renaming of USE_XXXX to IF_XXXX and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything!
diff --git a/modutils/insmod.c b/modutils/insmod.c index 90ed87a..c4fb927 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c
@@ -24,7 +24,7 @@ * or in $MODPATH. */ - USE_FEATURE_2_4_MODULES( + IF_FEATURE_2_4_MODULES( getopt32(argv, INSMOD_OPTS INSMOD_ARGS); argv += optind - 1; );