remove 2 old interfering variables, probably missed from [15299]
[openwrt-10.03/.git] / toolchain / uClibc / patches-0.9.30 / 130-sockets_throw.patch
1 --- a/libc/sysdeps/linux/mips/bits/socket.h
2 +++ b/libc/sysdeps/linux/mips/bits/socket.h
3 @@ -269,7 +269,7 @@ struct cmsghdr
4  #define CMSG_LEN(len)   (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
5  
6  extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr,
7 -                                     struct cmsghdr *__cmsg) __THROW;
8 +                                     struct cmsghdr *__cmsg);
9  #ifdef __USE_EXTERN_INLINES
10  # ifndef _EXTERN_INLINE
11  #  define _EXTERN_INLINE extern __inline