]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- useless.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 30 May 2004 15:58:38 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2-uClibc.patch -> 1.4

iproute2-uClibc.patch [deleted file]

diff --git a/iproute2-uClibc.patch b/iproute2-uClibc.patch
deleted file mode 100644 (file)
index c1bc71b..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-diff -Nur --exclude *~ iproute2/lib/rt_names.c iproute2.new/lib/rt_names.c
---- iproute2/lib/rt_names.c    Sun Apr 16 19:42:52 2000
-+++ iproute2.new/lib/rt_names.c        Sun Apr 15 10:22:07 2001
-@@ -16,6 +16,7 @@
- #include <fcntl.h>
- #include <string.h>
- #include <sys/time.h>
-+#include <asm/types.h>
- static void rtnl_tab_initialize(char *file, char **tab, int size)
- {
-diff -Nur --exclude *~ iproute2/include/rt_names.h iproute2.new/include/rt_names.h
---- iproute2/include/rt_names.h        Sun Apr 16 19:42:50 2000
-+++ iproute2.new/include/rt_names.h    Sat Apr 14 17:13:33 2001
-@@ -1,6 +1,7 @@
- #ifndef RT_NAMES_H_
- #define RT_NAMES_H_ 1
-+#include <asm/types.h>
- const char* rtnl_rtprot_n2a(int id, char *buf, int len);
- const char* rtnl_rtscope_n2a(int id, char *buf, int len);
- const char* rtnl_rttable_n2a(int id, char *buf, int len);
-diff -Nur --exclude *~ iproute2/ip/iptunnel.c iproute2.new/ip/iptunnel.c
---- iproute2/ip/iptunnel.c     Sun Apr 16 19:42:51 2000
-+++ iproute2.new/ip/iptunnel.c Sun Apr 15 13:57:16 2001
-@@ -30,6 +30,7 @@
- #include <netinet/ip.h>
- #include <arpa/inet.h>
- #include <linux/if_tunnel.h>
-+#include <asm/byteorder.h>
- #include "rt_names.h"
- #include "utils.h"
-diff -Nur --exclude *~ iproute2/lib/utils.c iproute2.new/lib/utils.c
---- iproute2/lib/utils.c       Sun Apr 16 19:42:53 2000
-+++ iproute2.new/lib/utils.c   Sat Apr 14 17:28:18 2001
-@@ -25,6 +25,7 @@
- #include <netdb.h>
- #include <arpa/inet.h>
- #include <resolv.h>
-+#include <asm/types.h>
- #include <linux/pkt_sched.h>
- #include "utils.h"
-diff -Nur --exclude *~ iproute2/lib/inet_ntop.c iproute2.new/lib/inet_ntop.c
---- iproute2/lib/inet_ntop.c   Sun Apr 16 19:42:52 2000
-+++ iproute2.new/lib/inet_ntop.c       Sun Apr 15 14:11:19 2001
-@@ -28,10 +28,10 @@
- #include <errno.h>
- #include <stdio.h>
--#include <linux/in6.h>
--#ifndef IN6ADDRSZ
--#define IN6ADDRSZ sizeof(struct in6_addr)
--#endif
-+/* #include <linux/in6.h> */
-+/* #ifndef IN6ADDRSZ */
-+/* #define IN6ADDRSZ sizeof(struct in6_addr) */
-+/* #endif */
- #ifdef SPRINTF_CHAR
- # define SPRINTF(x) strlen(sprintf/**/x)
-diff -Nur --exclude *~ iproute2/lib/inet_pton.c iproute2.new/lib/inet_pton.c
---- iproute2/lib/inet_pton.c   Sun Apr 16 19:42:52 2000
-+++ iproute2.new/lib/inet_pton.c       Sun Apr 15 14:12:43 2001
-@@ -27,8 +27,8 @@
- #include <string.h>
- #include <errno.h>
--#include <linux/in6.h>
--#define IN6ADDRSZ sizeof(struct in6_addr)
-+/* #include <linux/in6.h> */
-+/* #define IN6ADDRSZ sizeof(struct in6_addr) */
- /*
-  * WARNING: Don't even consider trying to compile this on a system where
This page took 0.149229 seconds and 4 git commands to generate.