X-Git-Url: http://git.ozo.com/?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;hb=b13ea33189a91d7ae373a5d7b32cd9151ffd6efb;hp=619d01670ae29936fb590f0fb669d6e9ec047ffc;hpb=3b8ee9a4d4849c22703aaf613effb0e80edbaa65;p=openwrt-10.03%2F.git 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 619d01670..000000000 --- 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