Author: kib
Date: Sat Sep 10 09:00:12 2016
New Revision: 305678
URL: https://svnweb.freebsd.org/changeset/base/305678
Log:
Fix build
Modified:
head/sys/kern/uipc_syscalls.c
Modified: head/sys/kern/uipc_syscalls.c
==============================================================================
--- head/sys/kern/uipc_syscalls.c Sat Sep 10 01:09:58 2016
(r305677)
+++ head/sys/kern/uipc_syscalls.c Sat Sep 10 09:00:12 2016
(r305678)
@@ -1115,7 +1115,7 @@ orecvfrom(struct thread *td, struct recv
#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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"