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 _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"