Module Name: src
Committed By: christos
Date: Mon Jun 4 21:36:03 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/sys: dtrace.h
Log Message:
add <sys/proc.h> because the header needs proc_t kthread_t etc.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/external/cddl/osnet/dist/uts/common/sys/dtrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/cddl/osnet/dist/uts/common/sys/dtrace.h
diff -u src/external/cddl/osnet/dist/uts/common/sys/dtrace.h:1.16 src/external/cddl/osnet/dist/uts/common/sys/dtrace.h:1.17
--- src/external/cddl/osnet/dist/uts/common/sys/dtrace.h:1.16 Mon May 28 17:05:07 2018
+++ src/external/cddl/osnet/dist/uts/common/sys/dtrace.h Mon Jun 4 17:36:03 2018
@@ -59,6 +59,7 @@ extern "C" {
#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