mirror of https://gitee.com/openkylin/qemu.git
SUSE fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1319 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
24b55b9650
commit
5e83e8e3e7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue