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/socketvar.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/socketvar.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.116.4.2 retrieving revision 1.116.4.2.6.1 diff -u -p -r1.116.4.2 -r1.116.4.2.6.1 --- src/sys/sys/socketvar.h 2009/04/04 23:36:28 1.116.4.2 +++ src/sys/sys/socketvar.h 2011/08/08 19:47:01 1.116.4.2.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: socketvar.h,v 1.116.4.2 2009/04/04 23:36:28 snj Exp $ */ +/* $NetBSD: socketvar.h,v 1.116.4.2.6.1 2011/08/08 19:47:01 riz Exp $ */ /*- * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc. @@ -281,6 +281,7 @@ int sbreserve(struct sockbuf *, u_long, int sbwait(struct sockbuf *); int sb_max_set(u_long); void soinit(void); +void soinit1(void); void soinit2(void); int soabort(struct socket *); int soaccept(struct socket *, struct mbuf *);