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 rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/socket.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- src/sys/sys/socket.h 2001/05/05 12:47:58 1.60 +++ src/sys/sys/socket.h 2001/07/17 11:49:41 1.61 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.60 2001/05/05 12:47:58 kleink Exp $ */ +/* $NetBSD: socket.h,v 1.61 2001/07/17 11:49:41 jdolecek 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_ */