Need to remove fktrace here too
authorguenther <guenther@openbsd.org>
Tue, 28 Nov 2017 15:35:02 +0000 (15:35 +0000)
committerguenther <guenther@openbsd.org>
Tue, 28 Nov 2017 15:35:02 +0000 (15:35 +0000)
Noted by Andreas Kusalananda Kähäri (andreas.kahari(at)icm.uu.se)

usr.bin/kdump/kdump.c

index 82ea6a4..b80f745 100644 (file)
@@ -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 },