Source-Changes-HG archive

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

[src/trunk]: src/sys/sys remove sys/wait.h just added, put it in the file tha...



details:   https://anonhg.NetBSD.org/src/rev/8efc72269582
branches:  trunk
changeset: 344570:8efc72269582
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 04 23:31:46 2016 +0000

description:
remove sys/wait.h just added, put it in the file that needed it (kvm_proc.c)

diffstat:

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

diffs (17 lines):

diff -r a3a482c18c85 -r 8efc72269582 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Mon Apr 04 23:07:06 2016 +0000
+++ b/sys/sys/sysctl.h  Mon Apr 04 23:31:46 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.220 2016/04/04 23:07:06 christos Exp $    */
+/*     $NetBSD: sysctl.h,v 1.221 2016/04/04 23:31:46 christos Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -38,7 +38,6 @@
 #define        _SYS_SYSCTL_H_
 
 #include <sys/param.h> /* precautionary upon removal from ucred.h */
-#include <sys/wait.h>  /* WCOREFLAG */
 #include <sys/proc.h>  /* Needed for things like P_ZOMBIE() and LW_SINTR */
 #include <uvm/uvm_param.h>
 



Home | Main Index | Thread Index | Old Index