1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

replace: fix build issues on GNU Hurd (#7998)

Patch from Samuel Thibault <sthibault@debian.org> to fix Debian Bug 610678
resp. BSO #7998. IOV_MAX and UIO_MAXIOV are not defined on GNU Hurd.

Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Mon May 30 00:53:59 CEST 2011 on sn-devel-104
This commit is contained in:
Björn Jacke 2011-05-29 23:42:09 +02:00 committed by Bjoern Jacke
parent c7c0e4ca71
commit a4d03620cb

View File

@ -332,7 +332,7 @@ typedef unsigned short int sa_family_t;
*/
# define IOV_MAX 512
# else
# error IOV_MAX and UIO_MAXIOV undefined
# warning IOV_MAX and UIO_MAXIOV undefined
# endif
# endif
#endif