summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2017-08-13 18:51:06 +0000
committertedu <tedu@openbsd.org>2017-08-13 18:51:06 +0000
commitdf7ba3d8257a8b67177d62befe46516320d6224b (patch)
treea06925df996ffa5b2dae04f14f692961a824b8e5
parentRemove the second parameter of iwm_stop(). It was not used for anything. (diff)
downloadwireguard-openbsd-df7ba3d8257a8b67177d62befe46516320d6224b.tar.xz
wireguard-openbsd-df7ba3d8257a8b67177d62befe46516320d6224b.zip
declaration for fktrace
-rw-r--r--sys/sys/ktrace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h
index cf47809242c..ecf76f086c1 100644
--- a/sys/sys/ktrace.h
+++ b/sys/sys/ktrace.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ktrace.h,v 1.34 2017/04/20 15:21:51 deraadt Exp $ */
+/* $OpenBSD: ktrace.h,v 1.35 2017/08/13 18:51:06 tedu Exp $ */
/* $NetBSD: ktrace.h,v 1.12 1996/02/04 02:12:29 christos Exp $ */
/*
@@ -189,6 +189,7 @@ 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