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_socket2.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/uipc_socket2.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.84.2.1 retrieving revision 1.85 diff -u -p -r1.84.2.1 -r1.85 --- src/sys/kern/uipc_socket2.c 2007/08/15 13:49:19 1.84.2.1 +++ src/sys/kern/uipc_socket2.c 2007/08/02 02:42:40 1.85 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket2.c,v 1.84.2.1 2007/08/15 13:49:19 skrll Exp $ */ +/* $NetBSD: uipc_socket2.c,v 1.85 2007/08/02 02:42:40 rmind Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1990, 1993 @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket2.c,v 1.84.2.1 2007/08/15 13:49:19 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket2.c,v 1.85 2007/08/02 02:42:40 rmind Exp $"); #include "opt_mbuftrace.h" #include "opt_sb_max.h"