aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.32/160-netlinkaccess_type_fix.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-03 14:20:30 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-03 14:20:30 +0000
commit6a285bfb8c65e74289b653c3ebe88a6e07928029 (patch)
treeafcea962438d92adc61a06949e77a557ab3e87cc /toolchain/uClibc/patches-0.9.32/160-netlinkaccess_type_fix.patch
parentba26e4c4db0ef35c28ae2455b17030c85af5dbaa (diff)
downloadupstream-6a285bfb8c65e74289b653c3ebe88a6e07928029.tar.gz
upstream-6a285bfb8c65e74289b653c3ebe88a6e07928029.tar.bz2
upstream-6a285bfb8c65e74289b653c3ebe88a6e07928029.zip
[toolchain/uClibc]: upgrade to latest git snapshot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24889 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/160-netlinkaccess_type_fix.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.32/160-netlinkaccess_type_fix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/160-netlinkaccess_type_fix.patch b/toolchain/uClibc/patches-0.9.32/160-netlinkaccess_type_fix.patch
deleted file mode 100644
index 7e59b9bd7d..0000000000
--- a/toolchain/uClibc/patches-0.9.32/160-netlinkaccess_type_fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/libc/inet/netlinkaccess.h
-+++ b/libc/inet/netlinkaccess.h
-@@ -25,12 +25,8 @@
- #include <sys/types.h>
-
- #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 <linux/types.h>
- #include <linux/rtnetlink.h>
- #include <linux/netlink.h>
-