Module Name: src Committed By: christos Date: Mon Apr 4 23:31:46 UTC 2016
Modified Files: src/sys/sys: sysctl.h Log Message: remove sys/wait.h just added, put it in the file that needed it (kvm_proc.c) To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/sys/sysctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/sysctl.h diff -u src/sys/sys/sysctl.h:1.220 src/sys/sys/sysctl.h:1.221 --- src/sys/sys/sysctl.h:1.220 Mon Apr 4 19:07:06 2016 +++ src/sys/sys/sysctl.h Mon Apr 4 19:31:46 2016 @@ -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>