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.97.2.1.2.3 retrieving revision 1.97.2.2 diff -u -p -r1.97.2.1.2.3 -r1.97.2.2 --- src/sys/kern/uipc_socket.c 2005/10/28 19:26:22 1.97.2.1.2.3 +++ src/sys/kern/uipc_socket.c 2005/10/31 13:37:33 1.97.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.97.2.1.2.3 2005/10/28 19:26:22 jmc Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.97.2.2 2005/10/31 13:37:33 tron Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.97.2.1.2.3 2005/10/28 19:26:22 jmc Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.97.2.2 2005/10/31 13:37:33 tron Exp $"); #include "opt_sock_counters.h" #include "opt_sosend_loan.h"