MFC r277211:

fcntl F_O{GET,SET}LK take pointer as the arg, handle them properly for
compat32.
This commit is contained in:
kib 2015-01-22 09:02:58 +00:00
parent 505f4c781a
commit f831eecaca

View File

@ -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: