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/subr_pool.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/subr_pool.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.101.2.8 retrieving revision 1.146 diff -u -p -r1.101.2.8 -r1.146 --- src/sys/kern/subr_pool.c 2008/01/21 09:46:20 1.101.2.8 +++ src/sys/kern/subr_pool.c 2008/01/02 11:48:53 1.146 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.101.2.8 2008/01/21 09:46:20 yamt Exp $ */ +/* $NetBSD: subr_pool.c,v 1.146 2008/01/02 11:48:53 ad Exp $ */ /*- * Copyright (c) 1997, 1999, 2000, 2002, 2007 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.101.2.8 2008/01/21 09:46:20 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.146 2008/01/02 11:48:53 ad Exp $"); #include "opt_ddb.h" #include "opt_pool.h" @@ -52,6 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: subr_pool.c, #include #include #include +#include #include #include #include