The Samba-Bugzilla – Attachment 11408 Details for
Bug 11494
aio_suspend() check passes wrong arguments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix, note 'a' instead of &a
file_11494.txt (text/plain), 1.08 KB, created by
Timur Bakeyev
on 2015-09-03 22:33:05 UTC
(
hide
)
Description:
Fix, note 'a' instead of &a
Filename:
MIME Type:
Creator:
Timur Bakeyev
Created:
2015-09-03 22:33:05 UTC
Size:
1.08 KB
patch
obsolete
>--- source3/wscript.orig 2014-12-20 15:07:55.000000000 +0000 >+++ source3/wscript 2015-06-08 18:12:58.068891397 +0000 >@@ -527,7 +530,7 @@ > conf.CHECK_CODE('struct aiocb a; return aio_return(&a);', 'HAVE_AIO_RETURN', msg='Checking for aio_return', headers='aio.h', lib='aio rt') > conf.CHECK_CODE('struct aiocb a; return aio_error(&a);', 'HAVE_AIO_ERROR', msg='Checking for aio_error', headers='aio.h', lib='aio rt') > conf.CHECK_CODE('struct aiocb a; return aio_cancel(1, &a);', 'HAVE_AIO_CANCEL', msg='Checking for aio_cancel', headers='aio.h', lib='aio rt') >- conf.CHECK_CODE('const struct aiocb * const a[1]; struct timespec t; return aio_suspend(&a, 1, &t);', 'HAVE_AIO_SUSPEND', msg='Checking for aio_suspend', headers='aio.h', lib='aio rt') >+ conf.CHECK_CODE('const struct aiocb * const a[1]; struct timespec t; return aio_suspend(a, 1, &t);', 'HAVE_AIO_SUSPEND', msg='Checking for aio_suspend', headers='aio.h', lib='aio rt') > if not conf.CONFIG_SET('HAVE_AIO'): > conf.DEFINE('HAVE_NO_AIO', '1') > else:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 11494
: 11408