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.112.2.5 retrieving revision 1.119 diff -u -p -r1.112.2.5 -r1.119 --- src/sys/kern/subr_pool.c 2006/08/11 15:45:46 1.112.2.5 +++ src/sys/kern/subr_pool.c 2006/07/21 10:08:41 1.119 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.112.2.5 2006/08/11 15:45:46 yamt Exp $ */ +/* $NetBSD: subr_pool.c,v 1.119 2006/07/21 10:08:41 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.112.2.5 2006/08/11 15:45:46 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.119 2006/07/21 10:08:41 yamt Exp $"); #include "opt_pool.h" #include "opt_poollog.h"