aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-05-03 21:27:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-05-03 21:27:17 +0000
commiteebea334c4b805ccfd512a3ce9389d6effde3840 (patch)
tree664de0c82fd80abcf88799005f8ddef5522dea76 /usr.bin
parent2db0699d8842200bdf3e6dd612716af715bd3717 (diff)
Print the fchmodat mode in human readable fashion
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=299005
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/kdump/kdump.c1
1 files changed, 1 insertions, 0 deletions
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);