[toolchain] cosmetic & coherency fixes
[openwrt-10.03/.git] / toolchain / uClibc / patches / 130-sockets_throw.patch
1 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
2 --- uClibc-0.9.29/libc/sysdeps/linux/mips/bits/socket.h 2006-12-06 22:46:56.000000000 +0100
3 +++ uClibc-0.9.29.new/libc/sysdeps/linux/mips/bits/socket.h     2007-12-31 14:25:29.000000000 +0100
4 @@ -269,7 +269,7 @@
5  #define CMSG_LEN(len)   (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
6  
7  extern struct cmsghdr * __NTH (__cmsg_nxthdr (struct msghdr *__mhdr,
8 -                                     struct cmsghdr *__cmsg)) __THROW;
9 +                                     struct cmsghdr *__cmsg));
10  #ifdef __USE_EXTERN_INLINES
11  # ifndef _EXTERN_INLINE
12  #  define _EXTERN_INLINE extern __inline