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.46.2.1 retrieving revision 1.58 diff -u -p -r1.46.2.1 -r1.58 --- src/sys/sys/socket.h 2000/11/20 18:11:35 1.46.2.1 +++ src/sys/sys/socket.h 2000/07/28 09:33:28 1.58 @@ -1,4 +1,4 @@ -/* $NetBSD: socket.h,v 1.46.2.1 2000/11/20 18:11:35 bouyer Exp $ */ +/* $NetBSD: socket.h,v 1.58 2000/07/28 09:33:28 kleink Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -472,14 +472,12 @@ struct omsghdr { }; #endif -#include - -__BEGIN_DECLS int __cmsg_alignbytes __P((void)); -__END_DECLS #ifndef _KERNEL +#include + __BEGIN_DECLS int accept __P((int, struct sockaddr *, socklen_t *)); int bind __P((int, const struct sockaddr *, socklen_t));