summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilipp Buehler <pb@cvs.openbsd.org>2002-11-24 18:43:34 +0000
committerPhilipp Buehler <pb@cvs.openbsd.org>2002-11-24 18:43:34 +0000
commitac5b2e24c20870b8d833ffbfbd1e5220014c9dbe (patch)
tree8429b8ba666d6411734ae8305ff529047c36a509 /sys
parent7910808cb722a3ef71e10c7f6ddf0e6ba1c0a490 (diff)
there is no spoon^Wopt_pool.h
miod@, millert@ ok (:art: I'll fix it post 3.2.)
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/pool.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/pool.h b/sys/sys/pool.h
index 3772f68cdb2..af26580230f 100644
--- a/sys/sys/pool.h
+++ b/sys/sys/pool.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pool.h,v 1.12 2002/03/09 01:11:11 art Exp $ */
+/* $OpenBSD: pool.h,v 1.13 2002/11/24 18:43:33 pb Exp $ */
/* $NetBSD: pool.h,v 1.27 2001/06/06 22:00:17 rafal Exp $ */
/*-
@@ -51,10 +51,6 @@
#define KERN_POOL_NAME 2
#define KERN_POOL_POOL 3
-#if defined(_KERNEL_OPT)
-#include "opt_pool.h"
-#endif
-
#include <sys/lock.h>
#include <sys/queue.h>
#include <sys/time.h>