summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2011-06-03 20:34:16 +0200
committerKarolin Seeger <kseeger@samba.org>2011-06-07 20:02:31 +0200
commitab101ebf5d31d035b1b1910a8bd2bbd7ba48bbbc (patch)
tree66eadae959f4ab585186c14ae231317b65ba9a20
parentf9eba8a56b1bef0317dc052fe11eeb8b70b3ab69 (diff)
downloadsamba-ab101ebf5d31d035b1b1910a8bd2bbd7ba48bbbc.tar.gz
Fix bug #7998.
(fails to build on Hurd because of undefined IOV_MAX or UIO_MAXIOV) (cherry picked from commit af5f3ddc46b455163f0b322051230ba1886ea69e)
-rw-r--r--lib/replace/system/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/system/network.h b/lib/replace/system/network.h
index f7c1bcfacbb..2ec9ebde452 100644
--- a/lib/replace/system/network.h
+++ b/lib/replace/system/network.h
@@ -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