Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/dist/uts/common/sys add <sys/proc.h> bec...



details:   https://anonhg.NetBSD.org/src/rev/d30023ae7c08
branches:  trunk
changeset: 319612:d30023ae7c08
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 04 21:36:03 2018 +0000

description:
add <sys/proc.h> because the header needs proc_t kthread_t etc.

diffstat:

 external/cddl/osnet/dist/uts/common/sys/dtrace.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d473a5522497 -r d30023ae7c08 external/cddl/osnet/dist/uts/common/sys/dtrace.h
--- a/external/cddl/osnet/dist/uts/common/sys/dtrace.h  Mon Jun 04 21:35:29 2018 +0000
+++ b/external/cddl/osnet/dist/uts/common/sys/dtrace.h  Mon Jun 04 21:36:03 2018 +0000
@@ -59,6 +59,7 @@
 #include <sys/param.h>
 #include <sys/linker.h>
 #include <sys/ioccom.h>
+#include <sys/proc.h>
 #include <sys/ucred.h>
 typedef int model_t;
 #endif



Home | Main Index | Thread Index | Old Index