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.99.4.1 retrieving revision 1.100 diff -u -p -r1.99.4.1 -r1.100 --- src/sys/kern/subr_pool.c 2005/01/25 12:59:35 1.99.4.1 +++ src/sys/kern/subr_pool.c 2005/04/01 11:59:37 1.100 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.99.4.1 2005/01/25 12:59:35 yamt Exp $ */ +/* $NetBSD: subr_pool.c,v 1.100 2005/04/01 11:59:37 yamt Exp $ */ /*- * Copyright (c) 1997, 1999, 2000 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.99.4.1 2005/01/25 12:59:35 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.100 2005/04/01 11:59:37 yamt Exp $"); #include "opt_pool.h" #include "opt_poollog.h"