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.141 retrieving revision 1.141.4.2 diff -u -p -r1.141 -r1.141.4.2 --- src/sys/kern/uipc_socket.c 2007/08/06 11:41:52 1.141 +++ src/sys/kern/uipc_socket.c 2007/08/06 11:41:53 1.141.4.2 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.141 2007/08/06 11:41:52 yamt Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.141.4.2 2007/08/06 11:41:53 yamt Exp $ */ /*- * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc. @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.141 2007/08/06 11:41:52 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.141.4.2 2007/08/06 11:41:53 yamt Exp $"); #include "opt_sock_counters.h" #include "opt_sosend_loan.h"