From 0bbbf42ba94bb05ae8e4b4aac9cb7c77d14e691a Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 9 Apr 1997 15:23:09 +0000 Subject: Include instead of . kern_sysctl.c no longer has anything to do with vnodes and never had anything to do with buffers, but it needs the definitions of B_READ and B_WRITE for use with the bogus useracc() interface and was getting them bogusly due to excessive cleanups in rev.1.49. --- sys/kern/kern_sysctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index fb07f18..fe90f25 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -37,10 +37,11 @@ * SUCH DAMAGE. * * @(#)kern_sysctl.c 8.4 (Berkeley) 4/14/94 - * $Id$ + * $Id: kern_sysctl.c,v 1.69 1997/02/22 09:39:12 peter Exp $ */ #include +#include #include #include #include @@ -49,7 +50,6 @@ #include #include #include -#include /* * Locking and stats -- cgit v1.1