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.122 retrieving revision 1.122.4.2 diff -u -p -r1.122 -r1.122.4.2 --- src/sys/kern/subr_pool.c 2006/09/03 06:25:19 1.122 +++ src/sys/kern/subr_pool.c 2006/12/10 07:18:45 1.122.4.2 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.122 2006/09/03 06:25:19 christos Exp $ */ +/* $NetBSD: subr_pool.c,v 1.122.4.2 2006/12/10 07:18:45 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.122 2006/09/03 06:25:19 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.122.4.2 2006/12/10 07:18:45 yamt Exp $"); #include "opt_pool.h" #include "opt_poollog.h"