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.211.2.1 retrieving revision 1.212 diff -u -p -r1.211.2.1 -r1.212 --- src/sys/kern/uipc_socket.c 2012/11/20 03:02:44 1.211.2.1 +++ src/sys/kern/uipc_socket.c 2012/10/08 19:20:45 1.212 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.211.2.1 2012/11/20 03:02:44 tls Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.212 2012/10/08 19:20:45 pooka Exp $ */ /*- * Copyright (c) 2002, 2007, 2008, 2009 The NetBSD Foundation, Inc. @@ -63,7 +63,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.211.2.1 2012/11/20 03:02:44 tls Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.212 2012/10/08 19:20:45 pooka Exp $"); #include "opt_compat_netbsd.h" #include "opt_sock_counters.h"