diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-23 02:52:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-23 02:52:50 +0000 |
commit | 0d00b1cb591789959a4e75442e32b05f360f7b2e (patch) | |
tree | 7d6128d2692b72d1582be5545b625cf684a1bc8c /toolchain/uClibc/patches-0.9.30/130-sockets_throw.patch | |
parent | c73f8dfbe0561165421e2d76efe736f93e4c8810 (diff) | |
download | upstream-0d00b1cb591789959a4e75442e32b05f360f7b2e.tar.gz upstream-0d00b1cb591789959a4e75442e32b05f360f7b2e.tar.bz2 upstream-0d00b1cb591789959a4e75442e32b05f360f7b2e.zip |
uclibc: remove the sockets_throw patch from 0.9.30, as it does not apply to 0.9.30.1
SVN-Revision: 15343
Diffstat (limited to 'toolchain/uClibc/patches-0.9.30/130-sockets_throw.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.30/130-sockets_throw.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 |