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.111.4.1 retrieving revision 1.112 diff -u -p -r1.111.4.1 -r1.112 --- src/sys/kern/uipc_socket.c 2005/10/26 08:32:51 1.111.4.1 +++ src/sys/kern/uipc_socket.c 2005/10/21 17:40:03 1.112 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.111.4.1 2005/10/26 08:32:51 yamt Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.112 2005/10/21 17:40:03 nathanw Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.111.4.1 2005/10/26 08:32:51 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.112 2005/10/21 17:40:03 nathanw Exp $"); #include "opt_sock_counters.h" #include "opt_sosend_loan.h"