Fix build

This commit is contained in:
Konstantin Belousov 2016-09-10 09:00:12 +00:00
parent 44dd680963
commit 2e4fd101fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305678

View File

@ -1115,7 +1115,7 @@ orecvfrom(struct thread *td, struct recvfrom_args *uap)
#ifdef COMPAT_OLDSOCK
int
orecv(struct thread *td, struct orecv_args)
orecv(struct thread *td, struct orecv_args *uap)
{
struct msghdr msg;
struct iovec aiov;