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.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/sys/sys/socket.h 1993/04/19 01:23:13 1.2 +++ src/sys/sys/socket.h 1993/04/19 01:35:01 1.3 @@ -260,6 +260,6 @@ int socket __P((int, int, int)); int socketpair __P((int, int, int, int *)); __END_DECLS -#endif /* KERNEL */ +#endif /* !KERNEL */ #endif /* !_SYS_SOCKET_H_ */