git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1319 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-03-01 22:32:06 +00:00
parent 24b55b9650
commit 5e83e8e3e7
1 changed files with 2 additions and 0 deletions

View File

@ -577,7 +577,9 @@ static long do_setsockopt(int sockfd, int level, int optname,
case SO_OOBINLINE:
case SO_NO_CHECK:
case SO_PRIORITY:
#ifdef SO_BSDCOMPAT
case SO_BSDCOMPAT:
#endif
case SO_PASSCRED:
case SO_TIMESTAMP:
case SO_RCVLOWAT: