]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 8 Jun 2004 23:51:47 +0000 (23:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2-arp.patch -> 1.1
    iproute2-db.patch -> 1.1

iproute2-arp.patch [new file with mode: 0644]
iproute2-db.patch [new file with mode: 0644]

diff --git a/iproute2-arp.patch b/iproute2-arp.patch
new file mode 100644 (file)
index 0000000..2d0750c
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN iproute2-2.6.7.org/misc/arpd.c iproute2-2.6.7/misc/arpd.c
+--- iproute2-2.6.7.org/misc/arpd.c     2004-06-09 01:43:55.298418184 +0200
++++ iproute2-2.6.7/misc/arpd.c 2004-06-09 01:50:48.921537912 +0200
+@@ -29,6 +29,7 @@
+ #include <linux/if.h>
+ #include <linux/if_arp.h>
+ #include <netinet/in.h>
++#include <linux/if_ether.h>
+ #include <arpa/inet.h>
+ #include <linux/if_packet.h>
+ #include <linux/filter.h>
diff --git a/iproute2-db.patch b/iproute2-db.patch
new file mode 100644 (file)
index 0000000..90cef88
--- /dev/null
@@ -0,0 +1,24 @@
+diff -urN iproute2-2.6.7.org/Makefile iproute2-2.6.7/Makefile
+--- iproute2-2.6.7.org/Makefile        2004-06-09 01:43:55.300417880 +0200
++++ iproute2-2.6.7/Makefile    2004-06-09 01:48:54.879874880 +0200
+@@ -29,7 +29,7 @@
+   endif
+ endif
+ ifeq ($(LIBC_INCLUDE)/bits/socket.h,$(wildcard $(LIBC_INCLUDE)/bits/socket.h))
+-  GLIBCFIX=-I../include-glibc -I/usr/include/db3 -include ../include-glibc/glibc-bugs.h
++  GLIBCFIX=-I../include-glibc -include ../include-glibc/glibc-bugs.h
+ endif
+diff -urN iproute2-2.6.7.org/misc/arpd.c iproute2-2.6.7/misc/arpd.c
+--- iproute2-2.6.7.org/misc/arpd.c     2004-06-09 01:43:55.298418184 +0200
++++ iproute2-2.6.7/misc/arpd.c 2004-06-09 01:45:45.426676144 +0200
+@@ -16,7 +16,7 @@
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <netdb.h>
+-#include <db41/db_185.h>
++#include <db_185.h>
+ #include <sys/ioctl.h>
+ #include <sys/poll.h>
+ #include <errno.h>
This page took 0.044546 seconds and 4 git commands to generate.