Print the fchmodat mode in human readable fashion

MFC after:	1 week
This commit is contained in:
Baptiste Daroussin 2016-05-03 21:27:17 +00:00
parent 2db0699d88
commit eebea334c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299005

View file

@ -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);