summaryrefslogtreecommitdiff
path: root/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-07 12:54:17 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-07 12:54:17 +0200
commit5a01792340999d37435f5000a3f6b8e0f2d11815 (patch)
tree4bcca1f73cc4ab721b3c31ea81585917f909ebc7 /dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch
parent86c8d1f28bd2b785ccbb28f41c4e0763d062ba2f (diff)
Added the full elimination of sabayon-version
Diffstat (limited to 'dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch')
-rw-r--r--dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch b/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch
new file mode 100644
index 00000000..ffa61a18
--- /dev/null
+++ b/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch
@@ -0,0 +1,15 @@
+--- libnl-1.0-pre5/include/netlink-local.h.__u64_x86_64 2005-11-02 12:29:06.000000000 -0500
++++ libnl-1.0-pre5/include/netlink-local.h 2006-05-26 20:09:28.000000000 -0400
+@@ -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 <asm/types.h>
+
+ /* local header copies */
+ #include <linux/if.h>