1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

replace: remove waring if IOV_MAX is not defined

as discussed on samba-techincal we currelty don't rely on it and we don't want
to flood this warning message during compile.

Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Tue May 31 18:36:53 CEST 2011 on sn-devel-104
This commit is contained in:
Björn Jacke 2011-05-31 09:47:17 +02:00 committed by Bjoern Jacke
parent 9549cf125a
commit 65f0800a34

View File

@ -331,8 +331,6 @@ typedef unsigned short int sa_family_t;
* which might return 512 or bigger
*/
# define IOV_MAX 512
# else
# warning IOV_MAX and UIO_MAXIOV undefined
# endif
# endif
#endif