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 retrieving revision 1.50.2.4 retrieving revision 1.50.2.5 diff -u -p -r1.50.2.4 -r1.50.2.5 --- src/sys/kern/subr_pool.c 2001/10/22 20:41:50 1.50.2.4 +++ src/sys/kern/subr_pool.c 2001/11/14 19:16:40 1.50.2.5 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.50.2.4 2001/10/22 20:41:50 nathanw Exp $ */ +/* $NetBSD: subr_pool.c,v 1.50.2.5 2001/11/14 19:16:40 nathanw Exp $ */ /*- * Copyright (c) 1997, 1999, 2000 The NetBSD Foundation, Inc. @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.50.2.5 2001/11/14 19:16:40 nathanw Exp $"); + #include "opt_pool.h" #include "opt_poollog.h" #include "opt_lockdebug.h"