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/bf2639b81a52
branches: trunk
changeset: 833003:bf2639b81a52
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 bce8fc48729b -r bf2639b81a52 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