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/f6a8f7961b4a
branches: trunk
changeset: 362347:f6a8f7961b4a
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 9ce688dec911 -r f6a8f7961b4a 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