[kernel] r11295 - dists/trunk/linux-kbuild-2.6/src/mod
Bastian Blank
waldi at alioth.debian.org
Mon May 5 17:32:29 UTC 2008
Author: waldi
Date: Mon May 5 17:32:28 2008
New Revision: 11295
Log:
src/mod/modpost.c: Accept new options.
Modified:
dists/trunk/linux-kbuild-2.6/src/mod/modpost.c
Modified: dists/trunk/linux-kbuild-2.6/src/mod/modpost.c
==============================================================================
--- dists/trunk/linux-kbuild-2.6/src/mod/modpost.c (original)
+++ dists/trunk/linux-kbuild-2.6/src/mod/modpost.c Mon May 5 17:32:28 2008
@@ -13,16 +13,20 @@
int opt;
FILE *file;
- while ((opt = getopt (argc, argv, "ai:I:mo:sw")) != -1)
+ while ((opt = getopt (argc, argv, "aci:I:K:mM:o:sSw")) != -1)
{
switch(opt)
{
case 'a':
case 'i':
+ case 'c':
case 'I':
+ case 'K':
case 'm':
+ case 'M':
case 'o':
case 's':
+ case 'S':
case 'w':
break;
default:
More information about the Kernel-svn-changes
mailing list