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/e05e7fe56a65
branches:  trunk
changeset: 323235:e05e7fe56a65
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 c944a5fb1883 -r e05e7fe56a65 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