diff options
author | 2016-09-01 08:31:15 +0000 | |
---|---|---|
committer | 2016-09-01 08:31:15 +0000 | |
commit | 6b4c11f74eb2eb50101d0990c2fe6e01f76e0b15 (patch) | |
tree | 85f3a9e2111447e94f706f69d40209e6d509440d /sys | |
parent | shorten s_client; (diff) | |
download | wireguard-openbsd-6b4c11f74eb2eb50101d0990c2fe6e01f76e0b15.tar.xz wireguard-openbsd-6b4c11f74eb2eb50101d0990c2fe6e01f76e0b15.zip |
Remove last mention of nonexistent ktr_kuser()
From Michal Mazurek <akfaew at jasminek dot net>
ok guenther@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/ktrace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index de6f0c79d1d..58d41808983 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ktrace.h,v 1.31 2016/06/18 17:39:44 guenther Exp $ */ +/* $OpenBSD: ktrace.h,v 1.32 2016/09/01 08:31:15 tom Exp $ */ /* $NetBSD: ktrace.h,v 1.12 1996/02/04 02:12:29 christos Exp $ */ /* @@ -206,7 +206,6 @@ void ktrnamei(struct proc *, char *); void ktrpsig(struct proc *, int, sig_t, int, int, siginfo_t *); void ktrsyscall(struct proc *, register_t, size_t, register_t []); void ktrsysret(struct proc *, register_t, int, const register_t [2]); -void ktr_kuser(const char *, void *, size_t); int ktruser(struct proc *, const char *, const void *, size_t); void ktrexec(struct proc *, int, const char *, ssize_t); void ktrpledge(struct proc *, int, uint64_t, int); |