From 02a6c251a65faa14383c3dc20491dabe8bbb2b57 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 3 May 2016 21:27:17 +0000 Subject: Print the fchmodat mode in human readable fashion MFC after: 1 week --- usr.bin/kdump/kdump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/kdump') diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index a4d5e64..abda217 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); -- cgit v1.1