aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches/130-sockets_throw.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-02-21 14:32:21 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-02-21 14:32:21 +0000
commitdbf25a33d712bd432d9d0d2953d77238027eea02 (patch)
tree73ea574027449d0abf313572da093c08d87f01a0 /toolchain/uClibc/patches/130-sockets_throw.patch
parent1a46f5284782a29edb260757597b36779593b3fb (diff)
downloadmaster-187ad058-dbf25a33d712bd432d9d0d2953d77238027eea02.tar.gz
master-187ad058-dbf25a33d712bd432d9d0d2953d77238027eea02.tar.bz2
master-187ad058-dbf25a33d712bd432d9d0d2953d77238027eea02.zip
uClibc: refresh patches for uClibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches/130-sockets_throw.patch')
-rw-r--r--toolchain/uClibc/patches/130-sockets_throw.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/toolchain/uClibc/patches/130-sockets_throw.patch b/toolchain/uClibc/patches/130-sockets_throw.patch
index 4072804e47..7735b60135 100644
--- a/toolchain/uClibc/patches/130-sockets_throw.patch
+++ b/toolchain/uClibc/patches/130-sockets_throw.patch
@@ -1,7 +1,6 @@
-diff -urN uClibc-0.9.29/libc/sysdeps/linux/mips/bits/socket.h uClibc-0.9.29.new/libc/sysdeps/linux/mips/bits/socket.h
---- uClibc-0.9.29/libc/sysdeps/linux/mips/bits/socket.h 2006-12-06 22:46:56.000000000 +0100
-+++ uClibc-0.9.29.new/libc/sysdeps/linux/mips/bits/socket.h 2007-12-31 14:25:29.000000000 +0100
-@@ -269,7 +269,7 @@
+--- 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 * __NTH (__cmsg_nxthdr (struct msghdr *__mhdr,