Print the fchmodat mode in human readable fashion
MFC after: 1 week
This commit is contained in:
parent
9474ad68a7
commit
02a6c251a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user