|
Message-Id: <1398649434-23560-1-git-send-email-raj.khem@gmail.com> Date: Sun, 27 Apr 2014 18:43:52 -0700 From: Khem Raj <raj.khem@...il.com> To: musl@...ts.openwall.com Cc: Khem Raj <raj.khem@...il.com> Subject: [PATCH 1/3] bits/socket.h: Define SO_RCVBUFFORCE for mips packages like udev are using it Signed-off-by: Khem Raj <raj.khem@...il.com> Upstream-Status: Pending --- arch/mips/bits/socket.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h index ba79045..2264679 100644 --- a/arch/mips/bits/socket.h +++ b/arch/mips/bits/socket.h @@ -31,6 +31,7 @@ struct cmsghdr #define SO_RCVBUF 0x1002 #define SO_KEEPALIVE 8 #define SO_OOBINLINE 256 +#define SO_RCVBUFFORCE 33 #define SO_NO_CHECK 11 #define SO_PRIORITY 12 -- 1.7.10.4
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.