Bug 7076 - vfs_scannedonly does not compile on AIX which does not have MSG_DONTWAIT
Summary: vfs_scannedonly does not compile on AIX which does not have MSG_DONTWAIT
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: VFS Modules (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-29 05:09 UTC by Olivier Sessink
Modified: 2010-02-04 03:21 UTC (History)
0 users

See Also:
bjacke: review+


Attachments
MSG_DONTWAIT is not needed, the socket is non-blocking anyway. (812 bytes, patch)
2010-01-29 05:10 UTC, Olivier Sessink
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Sessink 2010-01-29 05:09:45 UTC
vfs_scannedonly does not compile on AIX which does not have MSG_DONTWAIT. Patch will be attached.
Comment 1 Olivier Sessink 2010-01-29 05:10:41 UTC
Created attachment 5247 [details]
MSG_DONTWAIT is not needed, the socket is non-blocking anyway.
Comment 2 Björn Jacke 2010-01-29 08:32:42 UTC
fixed with e95e3270d1f3fece7292359d276ce45913a699ac, should be picked to 3.5, too.
Comment 3 Karolin Seeger 2010-02-04 03:21:09 UTC
Pushed, will be fixed in 3.5.0.
Closing out bug report.

Thanks!