diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-10-07 19:46:23 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-10-07 19:46:23 +0000 |
commit | bcec21e2649a4e2778feb4cddb5627e2be8c8d88 (patch) | |
tree | 5de278a53d26c4ecf4c75de2b348b1a6a7f52e52 | |
parent | 8781e5adcbe80c6ec79e5b4d1e1790e0eb84c4b2 (diff) |
Format fktrace(2) arguments
ok millert@
-rw-r--r-- | usr.bin/kdump/kdump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 5a0383a0000..82ea6a454e4 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.131 2017/10/07 19:43:21 guenther Exp $ */ +/* $OpenBSD: kdump.c,v 1.132 2017/10/07 19:46:22 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -698,6 +698,7 @@ 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 }, |