artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cb679
)
fktrace(2) has been removed
author
guenther
<guenther@openbsd.org>
Tue, 28 Nov 2017 16:05:13 +0000
(16:05 +0000)
committer
guenther
<guenther@openbsd.org>
Tue, 28 Nov 2017 16:05:13 +0000
(16:05 +0000)
sys/sys/ktrace.h
patch
|
blob
|
history
diff --git
a/sys/sys/ktrace.h
b/sys/sys/ktrace.h
index
ecf76f0
..
e7a8056
100644
(file)
--- a/
sys/sys/ktrace.h
+++ b/
sys/sys/ktrace.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ktrace.h,v 1.3
5 2017/08/13 18:51:06 tedu Exp $
*/
+/* $OpenBSD: ktrace.h,v 1.3
6 2017/11/28 16:05:13 guenther Exp $
*/
/* $NetBSD: ktrace.h,v 1.12 1996/02/04 02:12:29 christos Exp $ */
/*
@@
-189,7
+189,6
@@
struct ktr_pledge {
#include <sys/cdefs.h>
__BEGIN_DECLS
-int fktrace(int, int, int, pid_t);
int ktrace(const char *, int, int, pid_t);
int utrace(const char *, const void *, size_t);
__END_DECLS