mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +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;
|
quad_slots = 1;
|
||||||
switch (ktr->ktr_code) {
|
switch (ktr->ktr_code) {
|
||||||
case SYS_bindat:
|
case SYS_bindat:
|
||||||
|
case SYS_chflagsat:
|
||||||
case SYS_connectat:
|
case SYS_connectat:
|
||||||
case SYS_faccessat:
|
case SYS_faccessat:
|
||||||
case SYS_fchmodat:
|
case SYS_fchmodat:
|
||||||
@ -982,6 +983,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
|
|||||||
narg--;
|
narg--;
|
||||||
break;
|
break;
|
||||||
case SYS_chflags:
|
case SYS_chflags:
|
||||||
|
case SYS_chflagsat:
|
||||||
case SYS_fchflags:
|
case SYS_fchflags:
|
||||||
case SYS_lchflags:
|
case SYS_lchflags:
|
||||||
print_number(ip, narg, c);
|
print_number(ip, narg, c);
|
||||||
|
Loading…
Reference in New Issue
Block a user