[kernel] r9666 - in dists/trunk/linux-kbuild-2.6: debian src/mod

Bastian Blank waldi at alioth.debian.org
Tue Oct 16 15:24:35 UTC 2007


Author: waldi
Date: Tue Oct 16 15:24:35 2007
New Revision: 9666

Log:
* debian/changelog: Update.
* src/mod/modpost.c: Support -s.


Modified:
   dists/trunk/linux-kbuild-2.6/debian/changelog
   dists/trunk/linux-kbuild-2.6/src/mod/modpost.c

Modified: dists/trunk/linux-kbuild-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-kbuild-2.6/debian/changelog	(original)
+++ dists/trunk/linux-kbuild-2.6/debian/changelog	Tue Oct 16 15:24:35 2007
@@ -1,8 +1,9 @@
 linux-kbuild-2.6 (2.6.23-1) UNRELEASED; urgency=low
 
   * New upstream version.
+  * modpost: Support -s.
 
- -- Bastian Blank <waldi at debian.org>  Sun, 14 Oct 2007 11:28:39 +0200
+ -- Bastian Blank <waldi at debian.org>  Tue, 16 Oct 2007 17:22:41 +0200
 
 linux-kbuild-2.6 (2.6.22-1) unstable; urgency=low
 

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	Tue Oct 16 15:24:35 2007
@@ -13,7 +13,7 @@
   int opt;
   FILE *file;
 
-  while ((opt = getopt (argc, argv, "ai:I:mo:w")) != -1)
+  while ((opt = getopt (argc, argv, "ai:I:mo:sw")) != -1)
   { 
     switch(opt)
     {
@@ -22,6 +22,7 @@
       case 'I':
       case 'm':
       case 'o':
+      case 's':
       case 'w':
         break;
       default:



More information about the Kernel-svn-changes mailing list