diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 14:32:21 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-02-21 14:32:21 +0000 |
commit | d0484c4cf651fc0f08bbd1a902417687a3d7f0ff (patch) | |
tree | 2cd957ecc9ccc165c6194e2159a25ef0869151ae /toolchain/uClibc/patches/130-sockets_throw.patch | |
parent | da99fcd35a1dae5d03d26b6be44b7c4cacdcf5cd (diff) | |
download | upstream-d0484c4cf651fc0f08bbd1a902417687a3d7f0ff.tar.gz upstream-d0484c4cf651fc0f08bbd1a902417687a3d7f0ff.tar.bz2 upstream-d0484c4cf651fc0f08bbd1a902417687a3d7f0ff.zip |
uClibc: refresh patches for uClibc
SVN-Revision: 14588
Diffstat (limited to 'toolchain/uClibc/patches/130-sockets_throw.patch')
-rw-r--r-- | toolchain/uClibc/patches/130-sockets_throw.patch | 7 |
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, |