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

Bastian Blank waldi at alioth.debian.org
Mon Jan 15 00:28:00 CET 2007


Author: waldi
Date: Mon Jan 15 00:28:00 2007
New Revision: 8186

Modified:
   dists/trunk/linux-kbuild-2.6/debian/changelog
   dists/trunk/linux-kbuild-2.6/src/mod/modpost.c
Log:
* debian/changelog: Update.
* src/mod/modpost.c: Support -w.


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	Mon Jan 15 00:28:00 2007
@@ -1,8 +1,10 @@
 linux-kbuild-2.6 (2.6.19-1) UNRELEASED; urgency=low
 
   * New upstream version.
+  * src/mod:
+    - Support -w.
 
- -- Bastian Blank <waldi at debian.org>  Wed,  3 Jan 2007 17:01:27 +0100
+ -- Bastian Blank <waldi at debian.org>  Mon, 15 Jan 2007 00:26:59 +0100
 
 linux-kbuild-2.6 (2.6.18-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	Mon Jan 15 00:28:00 2007
@@ -13,7 +13,7 @@
   int opt;
   FILE *file;
 
-  while ((opt = getopt (argc, argv, "ai:I:mo:")) != -1)
+  while ((opt = getopt (argc, argv, "ai:I:mo:w")) != -1)
   { 
     switch(opt)
     {
@@ -22,6 +22,7 @@
       case 'I':
       case 'm':
       case 'o':
+      case 'w':
         break;
       default:
         return 1;



More information about the Kernel-svn-changes mailing list