Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/sys pullup rev. 1.55 from trunk (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/60f3cd51e9e8
branches:  netbsd-1-5
changeset: 488691:60f3cd51e9e8
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Jul 24 20:39:50 2000 +0000

description:
pullup rev. 1.55 from trunk (approved by thorpej):
remove ifndef _KERNEL around vm includes & other stuff, needed for
definition of kinfo_proc

diffstat:

 sys/sys/sysctl.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r caa9015a77cc -r 60f3cd51e9e8 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Mon Jul 24 20:32:19 2000 +0000
+++ b/sys/sys/sysctl.h  Mon Jul 24 20:39:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.51.2.2 2000/07/22 04:36:19 simonb Exp $   */
+/*     $NetBSD: sysctl.h,v 1.51.2.3 2000/07/24 20:39:50 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -44,12 +44,10 @@
 /*
  * These are for the eproc structure defined below.
  */
-#ifndef _KERNEL
 #include <sys/time.h>
 #include <sys/ucred.h>
 #include <sys/proc.h>
 #include <vm/vm.h>
-#endif
 
 /*
  * Definitions for sysctl call.  The sysctl call uses a hierarchical name



Home | Main Index | Thread Index | Old Index