artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501909c
)
include two required header files, because we want people to use utrace()
author
deraadt
<deraadt@openbsd.org>
Thu, 23 Feb 2023 01:33:20 +0000
(
01:33
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 23 Feb 2023 01:33:20 +0000
(
01:33
+0000)
easier
ok guenther
sys/sys/ktrace.h
patch
|
blob
|
history
diff --git
a/sys/sys/ktrace.h
b/sys/sys/ktrace.h
index
f0cac46
..
e76652e
100644
(file)
--- a/
sys/sys/ktrace.h
+++ b/
sys/sys/ktrace.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ktrace.h,v 1.4
5 2023/02/17 18:02:07
deraadt Exp $ */
+/* $OpenBSD: ktrace.h,v 1.4
6 2023/02/23 01:33:20
deraadt Exp $ */
/* $NetBSD: ktrace.h,v 1.12 1996/02/04 02:12:29 christos Exp $ */
/*
@@
-34,6
+34,8
@@
#include <sys/uio.h>
#include <sys/syslimits.h>
+#include <sys/signal.h>
+#include <sys/time.h>
/*
* operations to ktrace system call (KTROP(op))