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.158.2.2 retrieving revision 1.171.4.1 diff -u -p -r1.158.2.2 -r1.171.4.1 --- src/sys/kern/subr_pool.c 2009/05/04 08:13:48 1.158.2.2 +++ src/sys/kern/subr_pool.c 2009/05/13 17:21:57 1.171.4.1 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.158.2.2 2009/05/04 08:13:48 yamt Exp $ */ +/* $NetBSD: subr_pool.c,v 1.171.4.1 2009/05/13 17:21:57 jym Exp $ */ /*- * Copyright (c) 1997, 1999, 2000, 2002, 2007, 2008 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.158.2.2 2009/05/04 08:13:48 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.171.4.1 2009/05/13 17:21:57 jym Exp $"); #include "opt_ddb.h" #include "opt_pool.h"