summaryrefslogtreecommitdiff
path: root/dev-libs/libnl/files/libnl-1.0_pre5-__u64_x86_64.patch
blob: ffa61a182e4f1022b7e190ba296b57fea761c960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>