From: Khem Raj Date: Sun, 2 Jan 2011 06:59:00 +0000 (-0800) Subject: libc/inet/netlinkaccess.h: Use the types from kernel X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4ac7ad3543dd6d7780e71af80fa5c45414451719;p=uclinux-h8%2Fuclibc-ng.git libc/inet/netlinkaccess.h: Use the types from kernel Signed-off-by: Khem Raj --- diff --git a/libc/inet/netlinkaccess.h b/libc/inet/netlinkaccess.h index 5111d3802..96ece392c 100644 --- a/libc/inet/netlinkaccess.h +++ b/libc/inet/netlinkaccess.h @@ -22,15 +22,8 @@ #include #include #include -#include - #if defined __ASSUME_NETLINK_SUPPORT || defined __UCLIBC_USE_NETLINK__ -#define _LINUX_TYPES_H -typedef uint8_t __u8; -typedef uint16_t __u16; -typedef uint32_t __u32; -typedef uint64_t __u64; -typedef int32_t __s32; +#include #include #include