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/kern/uipc_socket.c,v retrieving revision 1.54.2.8 retrieving revision 1.54.2.9 diff -u -p -r1.54.2.8 -r1.54.2.9 --- src/sys/kern/uipc_socket.c 2002/02/28 04:14:47 1.54.2.8 +++ src/sys/kern/uipc_socket.c 2002/04/01 07:48:01 1.54.2.9 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.54.2.8 2002/02/28 04:14:47 nathanw Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.54.2.9 2002/04/01 07:48:01 nathanw Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1990, 1993 @@ -36,7 +36,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.54.2.8 2002/02/28 04:14:47 nathanw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.54.2.9 2002/04/01 07:48:01 nathanw Exp $"); #include #include @@ -64,7 +64,7 @@ soinit(void) { pool_init(&socket_pool, sizeof(struct socket), 0, 0, 0, - "sockpl", 0, NULL, NULL, M_SOCKET); + "sockpl", NULL); } /*