uclibc: remove the sockets_throw patch from 0.9.30, as it does not apply to 0.9.30.1
[openwrt/staging/chunkeey.git] / toolchain / uClibc / patches-0.9.30 / 130-sockets_throw.patch
diff --git a/toolchain/uClibc/patches-0.9.30/130-sockets_throw.patch b/toolchain/uClibc/patches-0.9.30/130-sockets_throw.patch
deleted file mode 100644 (file)
index 619d016..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libc/sysdeps/linux/mips/bits/socket.h
-+++ b/libc/sysdeps/linux/mips/bits/socket.h
-@@ -269,7 +269,7 @@ struct cmsghdr
- #define CMSG_LEN(len)   (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
- extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
--                                    struct cmsghdr *__cmsg) __THROW;
-+                                    struct cmsghdr *__cmsg);
- #ifdef __USE_EXTERN_INLINES
- # ifndef _EXTERN_INLINE
- #  define _EXTERN_INLINE extern __inline