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.201 retrieving revision 1.202 diff -u -p -r1.201 -r1.202 --- src/sys/kern/uipc_socket.c 2010/10/14 03:07:51 1.201 +++ src/sys/kern/uipc_socket.c 2011/01/17 07:13:32 1.202 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.201 2010/10/14 03:07:51 oki Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.202 2011/01/17 07:13:32 uebayasi 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.201 2010/10/14 03:07:51 oki Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.202 2011/01/17 07:13:32 uebayasi Exp $"); #include "opt_compat_netbsd.h" #include "opt_sock_counters.h" @@ -98,7 +98,9 @@ __KERNEL_RCSID(0, "$NetBSD: uipc_socket. #include #endif -#include +#include +#include +#include MALLOC_DEFINE(M_SOOPTS, "soopts", "socket options"); MALLOC_DEFINE(M_SONAME, "soname", "socket name");