summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/netlinkaccess.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-20 21:26:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-20 21:26:42 +0100
commit19cbcb1b7ff6e1640bcfe442297d0bbaeac57656 (patch)
tree7dbd5bc9ed152c5695c3559a237e8e2120ff0fce /toolchain/uClibc/patches/netlinkaccess.patch
parentb93120252893422b92cf4c6a55aa075d8c04fa4a (diff)
update to rc2, remove obsolete patches
Diffstat (limited to 'toolchain/uClibc/patches/netlinkaccess.patch')
-rw-r--r--toolchain/uClibc/patches/netlinkaccess.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/toolchain/uClibc/patches/netlinkaccess.patch b/toolchain/uClibc/patches/netlinkaccess.patch
deleted file mode 100644
index a022d53fa..000000000
--- a/toolchain/uClibc/patches/netlinkaccess.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Nur uClibc-0.9.32-rc1.orig/libc/inet/netlinkaccess.h uClibc-0.9.32-rc1/libc/inet/netlinkaccess.h
---- uClibc-0.9.32-rc1.orig/libc/inet/netlinkaccess.h 2010-12-17 20:05:17.000000000 +0100
-+++ uClibc-0.9.32-rc1/libc/inet/netlinkaccess.h 2011-01-01 15:49:58.906931975 +0100
-@@ -22,15 +22,8 @@
- #include <features.h>
- #include <stdint.h>
- #include <unistd.h>
--#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 <asm/types.h>
- #include <linux/rtnetlink.h>
- #include <linux/netlink.h>
-