MFC r277211:
fcntl F_O{GET,SET}LK take pointer as the arg, handle them properly for compat32.
This commit is contained in:
parent
505f4c781a
commit
f831eecaca
@ -3137,6 +3137,9 @@ freebsd32_fcntl(struct thread *td, struct freebsd32_fcntl_args *uap)
|
||||
case F_GETLK:
|
||||
case F_SETFD:
|
||||
case F_SETFL:
|
||||
case F_OGETLK:
|
||||
case F_OSETLK:
|
||||
case F_OSETLKW:
|
||||
tmp = (unsigned int)(uap->arg);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user