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.63.2.1 retrieving revision 1.64 diff -u -p -r1.63.2.1 -r1.64 --- src/sys/kern/subr_pool.c 2001/11/12 21:18:52 1.63.2.1 +++ src/sys/kern/subr_pool.c 2001/11/12 15:25:20 1.64 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.63.2.1 2001/11/12 21:18:52 thorpej Exp $ */ +/* $NetBSD: subr_pool.c,v 1.64 2001/11/12 15:25:20 lukem Exp $ */ /*- * Copyright (c) 1997, 1999, 2000 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.63.2.1 2001/11/12 21:18:52 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.64 2001/11/12 15:25:20 lukem Exp $"); #include "opt_pool.h" #include "opt_poollog.h"