svn commit: r254126 - stable/9/sys/compat/freebsd32

Konstantin Belousov kib at FreeBSD.org
Fri Aug 9 06:21:00 UTC 2013


Author: kib
Date: Fri Aug  9 06:20:59 2013
New Revision: 254126
URL: http://svnweb.freebsd.org/changeset/base/254126

Log:
  MFC r253528:
  The freebsd32_lio_listio() compat syscall takes the struct sigevent32.

Modified:
  stable/9/sys/compat/freebsd32/syscalls.master
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/compat/freebsd32/syscalls.master
==============================================================================
--- stable/9/sys/compat/freebsd32/syscalls.master	Fri Aug  9 06:01:52 2013	(r254125)
+++ stable/9/sys/compat/freebsd32/syscalls.master	Fri Aug  9 06:20:59 2013	(r254126)
@@ -472,7 +472,7 @@
 				    struct aiocb32 *aiocbp); }
 257	AUE_NULL	NOSTD	{ int freebsd32_lio_listio(int mode, \
 				    struct aiocb32 * const *acb_list, \
-				    int nent, struct sigevent *sig); }
+				    int nent, struct sigevent32 *sig); }
 258	AUE_NULL	UNIMPL	nosys
 259	AUE_NULL	UNIMPL	nosys
 260	AUE_NULL	UNIMPL	nosys


More information about the svn-src-all mailing list