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.12 retrieving revision 1.54.2.13 diff -u -p -r1.54.2.12 -r1.54.2.13 --- src/sys/kern/uipc_socket.c 2002/06/24 22:11:03 1.54.2.12 +++ src/sys/kern/uipc_socket.c 2002/07/12 01:40:22 1.54.2.13 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.54.2.12 2002/06/24 22:11:03 nathanw Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.54.2.13 2002/07/12 01:40:22 nathanw Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -72,14 +72,13 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.54.2.12 2002/06/24 22:11:03 nathanw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.54.2.13 2002/07/12 01:40:22 nathanw Exp $"); #include "opt_sock_counters.h" #include "opt_sosend_loan.h" #include #include -#include #include #include #include