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:
parent
c7c0e4ca71
commit
a4d03620cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user