Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v retrieving revision 1.59.2.1 retrieving revision 1.59.2.2 diff -u -p -r1.59.2.1 -r1.59.2.2 --- src/sys/sys/socket.h 2001/06/21 20:09:54 1.59.2.1 +++ src/sys/sys/socket.h 2001/08/24 00:13:09 1.59.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.59.2.1 2001/06/21 20:09:54 nathanw Exp $ */ +/* $NetBSD: socket.h,v 1.59.2.2 2001/08/24 00:13:09 nathanw Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -501,10 +501,6 @@ int shutdown __P((int, int)); int socket __P((int, int, int)); int socketpair __P((int, int, int, int *)); __END_DECLS -#else -#ifdef COMPAT_OLDSOCK -#define MSG_COMPAT 0x8000 -#endif #endif /* !_KERNEL */ #endif /* !_SYS_SOCKET_H_ */