]> git.pld-linux.org Git - packages/libnl.git/commitdiff
- no longer needed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Nov 2007 20:58:21 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnl-llh.patch -> 1.3

libnl-llh.patch [deleted file]

diff --git a/libnl-llh.patch b/libnl-llh.patch
deleted file mode 100644 (file)
index 66cc0da..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
---- libnl-1.0-pre5/include/netlink-local.h.orig        2006-10-31 08:05:18.369442750 +0000
-+++ libnl-1.0-pre5/include/netlink-local.h     2006-10-31 08:06:19.450708000 +0000
-@@ -30,11 +30,7 @@
- #include <arpa/inet.h>
- #include <netdb.h>
--typedef uint8_t               __u8;
--typedef uint16_t      __u16;
--typedef uint32_t      __u32;
--typedef int32_t               __s32;
--typedef uint64_t      __u64;
-+#include <linux/types.h>
- /* local header copies */
- #include <linux/if.h>
---- libnl-1.0-pre5/lib/addr.c.orig     2006-10-31 08:04:12.434302000 +0000
-+++ libnl-1.0-pre5/lib/addr.c  2006-10-31 08:04:28.735167250 +0000
-@@ -29,7 +29,7 @@
- #include <netlink/netlink.h>
- #include <netlink/utils.h>
- #include <netlink/addr.h>
--#include <linux/socket.h>
-+#include <sys/socket.h>
- /* All this DECnet stuff is stolen from iproute2, thanks to whoever wrote
-  * this, probably Alexey. */
---- libnl-1.0-pre5/lib/attr.c.orig     2006-10-31 08:07:17.453320750 +0000
-+++ libnl-1.0-pre5/lib/attr.c  2006-10-31 08:07:27.313005250 +0000
-@@ -15,7 +15,7 @@
- #include <netlink/addr.h>
- #include <netlink/attr.h>
- #include <netlink/msg.h>
--#include <linux/socket.h>
-+#include <sys/socket.h>
- /**
-  * @ingroup nl
---- libnl-1.0-pre5/lib/data.c.orig     2006-10-31 08:14:56.930600500 +0000
-+++ libnl-1.0-pre5/lib/data.c  2006-10-31 08:15:16.895848250 +0000
-@@ -18,7 +18,7 @@
- #include <netlink-local.h>
- #include <netlink/netlink.h>
- #include <netlink/utils.h>
--#include <linux/socket.h>
-+#include <sys/socket.h>
- /**
-  * @name General
---- libnl-1.0-pre5/lib/msg.c.orig      2006-10-31 08:15:00.606830250 +0000
-+++ libnl-1.0-pre5/lib/msg.c   2006-10-31 08:15:34.472946750 +0000
-@@ -152,7 +152,7 @@
- #include <netlink/utils.h>
- #include <netlink/cache.h>
- #include <netlink/attr.h>
--#include <linux/socket.h>
-+#include <sys/socket.h>
- /**
-  * @name Size Calculations
---- libnl-1.0-pre5/lib/utils.c.orig    2006-10-31 08:15:04.315062000 +0000
-+++ libnl-1.0-pre5/lib/utils.c 2006-10-31 08:15:50.317937000 +0000
-@@ -17,7 +17,7 @@
- #include <netlink-local.h>
- #include <netlink/netlink.h>
- #include <netlink/utils.h>
--#include <linux/socket.h>
-+#include <sys/socket.h>
- /**
-  * Debug level
This page took 0.266439 seconds and 4 git commands to generate.