Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Pull in opt_poollog.h for POOL_LOGSIZE.



details:   https://anonhg.NetBSD.org/src/rev/8671eea15bb8
branches:  trunk
changeset: 472438:8671eea15bb8
user:      scottr <scottr%NetBSD.org@localhost>
date:      Thu Apr 29 17:47:19 1999 +0000

description:
Pull in opt_poollog.h for POOL_LOGSIZE.

diffstat:

 sys/kern/subr_pool.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 513886b76070 -r 8671eea15bb8 sys/kern/subr_pool.c
--- a/sys/kern/subr_pool.c      Thu Apr 29 17:41:45 1999 +0000
+++ b/sys/kern/subr_pool.c      Thu Apr 29 17:47:19 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_pool.c,v 1.23 1999/04/06 23:32:44 thorpej Exp $   */
+/*     $NetBSD: subr_pool.c,v 1.24 1999/04/29 17:47:19 scottr Exp $    */
 
 /*-
  * Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
@@ -37,6 +37,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "opt_poollog.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/proc.h>



Home | Main Index | Thread Index | Old Index