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 rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/uipc_socket.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.134.2.4 retrieving revision 1.140.6.1 diff -u -p -r1.134.2.4 -r1.140.6.1 --- src/sys/kern/uipc_socket.c 2007/08/20 21:27:41 1.134.2.4 +++ src/sys/kern/uipc_socket.c 2007/08/09 02:37:21 1.140.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.134.2.4 2007/08/20 21:27:41 ad Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.140.6.1 2007/08/09 02:37:21 jmcneill Exp $ */ /*- * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc. @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.134.2.4 2007/08/20 21:27:41 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.140.6.1 2007/08/09 02:37:21 jmcneill Exp $"); #include "opt_sock_counters.h" #include "opt_sosend_loan.h"