diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index a4d5e64d860f..abda217852d8 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -806,6 +806,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags) case SYS_chmod: case SYS_fchmod: case SYS_lchmod: + case SYS_fchmodat: print_number(ip, narg, c); putchar(','); modename(*ip);