summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-11-28 15:35:03 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-11-28 15:35:03 +0000
commita840720724df7ffd00d995698150f16c9496a20e (patch)
tree98b281332dfb1d8524e5f9dcab05c0a360b785e9 /usr.bin/kdump
parentc0d4cb052d967ed0ae83b29eba3e2a4f44f9d3ce (diff)
Need to remove fktrace here too
Noted by Andreas Kusalananda Kähäri (andreas.kahari(at)icm.uu.se)
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/kdump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index 82ea6a454e4..b80f7450685 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kdump.c,v 1.132 2017/10/07 19:46:22 guenther Exp $ */
+/* $OpenBSD: kdump.c,v 1.133 2017/11/28 15:35:02 guenther Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -698,7 +698,6 @@ static const formatter scargs[][8] = {
[SYS_fstatat] = { Atfd, Ppath, Pptr, Atflagsname },
[SYS_profil] = { Pptr, Pbigsize, Pbigsize, Pdecuint },
[SYS_ktrace] = { Ppath, Ktraceopname, Ktracefacname, Ppgid },
- [SYS_fktrace] = { Pfd, Ktraceopname, Ktracefacname, Ppgid },
[SYS_sigaction] = { Signame, Pptr, Pptr },
[SYS_sigprocmask] = { Sigprocmaskhowname, Sigset },
[SYS_getlogin_r] = { Pptr, Psize },