aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-03-15 22:36:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2017-03-15 22:36:26 +0000
commitc4561fab03f54b41f24155547d88883d684e9c56 (patch)
tree72b2410b42e865edf0200f3b6ac6a8a5b75d869c /usr.bin/kdump
parent29e9c668a16d5e1cced7d3c004f6d1e1ddaeaf9c (diff)
Notes
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/kdump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index a33daa35690e..100fa0443bf6 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -840,6 +840,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
quad_slots = 1;
switch (ktr->ktr_code) {
case SYS_bindat:
+ case SYS_chflagsat:
case SYS_connectat:
case SYS_faccessat:
case SYS_fchmodat:
@@ -982,6 +983,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
narg--;
break;
case SYS_chflags:
+ case SYS_chflagsat:
case SYS_fchflags:
case SYS_lchflags:
print_number(ip, narg, c);