X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=toolchain%2FuClibc%2Fpatches-0.9.30%2F130-sockets_throw.patch;fp=toolchain%2FuClibc%2Fpatches-0.9.30%2F130-sockets_throw.patch;h=0000000000000000000000000000000000000000;hp=619d01670ae29936fb590f0fb669d6e9ec047ffc;hb=0d00b1cb591789959a4e75442e32b05f360f7b2e;hpb=c73f8dfbe0561165421e2d76efe736f93e4c8810 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 index 619d01670a..0000000000 --- a/toolchain/uClibc/patches-0.9.30/130-sockets_throw.patch +++ /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