SOURCES: linux-atm-llh-includes.patch (NEW) - include <linux/types...

sparky sparky at pld-linux.org
Fri May 18 19:02:29 CEST 2007


Author: sparky                       Date: Fri May 18 17:02:29 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- include <linux/types.h> which is needed by <linux/if_arp.h> in new llh

---- Files affected:
SOURCES:
   linux-atm-llh-includes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/linux-atm-llh-includes.patch
diff -u /dev/null SOURCES/linux-atm-llh-includes.patch:1.1
--- /dev/null	Fri May 18 19:02:29 2007
+++ SOURCES/linux-atm-llh-includes.patch	Fri May 18 19:02:23 2007
@@ -0,0 +1,22 @@
+diff -Nur linux-atm-2.4.1.orig/src/arpd/arp.c linux-atm-2.4.1.llh-includes/src/arpd/arp.c
+--- linux-atm-2.4.1.orig/src/arpd/arp.c	2001-09-03 21:41:05.000000000 +0300
++++ linux-atm-2.4.1.llh-includes/src/arpd/arp.c	2007-05-18 19:59:56.000000000 +0300
+@@ -14,6 +14,7 @@
+ #include <assert.h>
+ #include <sys/types.h>
+ #include <sys/socket.h> /* for linux/if_arp.h */
++#include <linux/types.h> /* for linux/if_arp.h */
+ #include <netinet/in.h> /* for ntohs, etc. */
+ #define _LINUX_NETDEVICE_H /* very crude hack for glibc2 */
+ #include <linux/if_arp.h>
+diff -Nur linux-atm-2.4.1.orig/src/arpd/itf.c linux-atm-2.4.1.llh-includes/src/arpd/itf.c
+--- linux-atm-2.4.1.orig/src/arpd/itf.c	2001-09-03 21:41:05.000000000 +0300
++++ linux-atm-2.4.1.llh-includes/src/arpd/itf.c	2007-05-18 20:00:10.000000000 +0300
+@@ -12,6 +12,7 @@
+ #include <sys/types.h>
+ #include <linux/atmclip.h>
+ #include <sys/socket.h>
++#include <linux/types.h> /* for linux/if_arp.h */
+ #define _LINUX_NETDEVICE_H /* glibc2 */
+ #include <linux/if_arp.h>
+ 
================================================================


More information about the pld-cvs-commit mailing list