[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r968 - in linux-kernel-headers/trunk/debian: . patches



Author: gotom
Date: 2005-07-23 12:07:44 +0000 (Sat, 23 Jul 2005)
New Revision: 968

Added:
   linux-kernel-headers/trunk/debian/patches/linux-if_fddi.patch
Modified:
   linux-kernel-headers/trunk/debian/changelog
Log:
    - debian/patches/linux-if_fddi.patch: New file, include missing
      linux/netdevice.h to fix build failure of net-tools.  Patched by
      Matt Kraai <kraai@ftbfs.org>.  (Closes: #317857)


Modified: linux-kernel-headers/trunk/debian/changelog
===================================================================
--- linux-kernel-headers/trunk/debian/changelog	2005-07-22 14:21:04 UTC (rev 967)
+++ linux-kernel-headers/trunk/debian/changelog	2005-07-23 12:07:44 UTC (rev 968)
@@ -20,11 +20,14 @@
       asm-ppc64-swab64.patch.  Remove linux/byteorder/swabb.h part because
       it's already applied to upstream.
 
-    - debian/patches/linux-capi.patch: Include missing linux/compiler.h to fix
-      build failure of asterisk-chan-capi and isdnutils.
-      (Closes: #318297, #319303)
+    - debian/patches/linux-capi.patch: New file, include missing
+      linux/compiler.h to fix build failure of asterisk-chan-capi and
+      isdnutils.  (Closes: #318297, #319303)
     - debian/patches/sparc-asm-fbio.patch: Update to include missing
       linux/compiler.h to fix build failure of xorg-x11.  (Closes: #318979)
+    - debian/patches/linux-if_fddi.patch: New file, include missing
+      linux/netdevice.h to fix build failure of net-tools.  Patched by
+      Matt Kraai <kraai@ftbfs.org>.  (Closes: #317857)
 
  -- GOTO Masanori <gotom@debian.org>  Sat,  2 Jul 2005 18:37:43 +0900
 

Added: linux-kernel-headers/trunk/debian/patches/linux-if_fddi.patch
===================================================================
--- linux-kernel-headers/trunk/debian/patches/linux-if_fddi.patch	2005-07-22 14:21:04 UTC (rev 967)
+++ linux-kernel-headers/trunk/debian/patches/linux-if_fddi.patch	2005-07-23 12:07:44 UTC (rev 968)
@@ -0,0 +1,14 @@
+2005-07-22 gotom
+Include a missing linux/netdevice.h for fixing #317857.
+
+--- include/linux/if_fddi.h	2005-07-11 09:46:52.000000000 -0700
++++ include/linux/if_fddi.h	2005-07-11 09:47:12.000000000 -0700
+@@ -24,6 +24,8 @@
+ #ifndef _LINUX_IF_FDDI_H
+ #define _LINUX_IF_FDDI_H
+ 
++#include <linux/netdevice.h>
++
+ /*
+  *  Define max and min legal sizes.  The frame sizes do not include
+  *  4 byte FCS/CRC (frame check sequence).



Reply to: