summaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-03-01 22:32:06 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-03-01 22:32:06 +0000
commit5e83e8e3e7976db85fd037bd12629272827bc91b (patch)
tree39b227560a2e1be02493b4c21996dac236d47ac4 /linux-user
parent24b55b96507ef83d38eba1c310d63ecb8525911a (diff)
downloadqemu-5e83e8e3e7976db85fd037bd12629272827bc91b.tar.gz
SUSE fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1319 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index bb609dec86..d69b21e6f6 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -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: