mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Decode arguments to chflagsat().
This commit is contained in:
parent
29e9c668a1
commit
c4561fab03
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315334
@ -840,6 +840,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
|
||||
quad_slots = 1;
|
||||
switch (ktr->ktr_code) {
|
||||
case SYS_bindat:
|
||||
case SYS_chflagsat:
|
||||
case SYS_connectat:
|
||||
case SYS_faccessat:
|
||||
case SYS_fchmodat:
|
||||
@ -982,6 +983,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
|
||||
narg--;
|
||||
break;
|
||||
case SYS_chflags:
|
||||
case SYS_chflagsat:
|
||||
case SYS_fchflags:
|
||||
case SYS_lchflags:
|
||||
print_number(ip, narg, c);
|
||||
|
Loading…
Reference in New Issue
Block a user