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.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- src/sys/kern/subr_pool.c 2000/04/10 02:17:42 1.32 +++ src/sys/kern/subr_pool.c 2000/04/13 00:44:19 1.33 @@ -1,4 +1,4 @@ -/* $NetBSD: subr_pool.c,v 1.32 2000/04/10 02:17:42 chs Exp $ */ +/* $NetBSD: subr_pool.c,v 1.33 2000/04/13 00:44:19 chs Exp $ */ /*- * Copyright (c) 1997, 1999 The NetBSD Foundation, Inc. @@ -97,8 +97,8 @@ struct pool_item_header { struct pool_item { #ifdef DIAGNOSTIC int pi_magic; -#define PI_MAGIC 0xdeadbeef #endif +#define PI_MAGIC 0xdeadbeef /* Other entries use only this list entry */ TAILQ_ENTRY(pool_item) pi_list; };