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.88 retrieving revision 1.89 diff -u -p -r1.88 -r1.89 --- src/sys/kern/uipc_socket.c 2003/09/14 23:45:16 1.88 +++ src/sys/kern/uipc_socket.c 2003/09/15 00:22:20 1.89 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.88 2003/09/14 23:45:16 christos Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.89 2003/09/15 00:22:20 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.88 2003/09/14 23:45:16 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.89 2003/09/15 00:22:20 christos Exp $"); #include "opt_sock_counters.h" #include "opt_sosend_loan.h" @@ -90,6 +90,7 @@ __KERNEL_RCSID(0, "$NetBSD: uipc_socket. #include #include #include +#include #include