summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-07-02 09:48:00 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-07-02 09:48:00 +0000
commit293f20fc5913931b3587b104dd38ba7237882c38 (patch)
tree0a139ce1582063420ec1540213dca8db59cfeda5 /sys
parent681313e9f0cebff411e27afaad02d995d9755541 (diff)
MSG_COMPAT is needed for COMPAT_BSDOS too.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index c8524ac9ed7..d9d6994ad07 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: socket.h,v 1.33 2000/04/03 06:00:29 itojun Exp $ */
+/* $OpenBSD: socket.h,v 1.34 2000/07/02 09:47:59 fgsch Exp $ */
/* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */
/*
@@ -424,7 +424,7 @@ int socketpair __P((int, int, int, int *));
__END_DECLS
#else
# if defined(COMPAT_43) || defined(COMPAT_SUNOS) || defined(COMPAT_LINUX) || \
- defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD)
+ defined(COMPAT_HPUX) || defined(COMPAT_FREEBSD) || defined(COMPAT_BSDOS)
# define COMPAT_OLDSOCK
# define MSG_COMPAT 0x8000
# endif