From a4d03620cb51638d1786c32b50953029752b7bc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Sun, 29 May 2011 23:42:09 +0200 Subject: [PATCH] replace: fix build issues on GNU Hurd (#7998) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch from Samuel Thibault to fix Debian Bug 610678 resp. BSO #7998. IOV_MAX and UIO_MAXIOV are not defined on GNU Hurd. Autobuild-User: Björn Jacke Autobuild-Date: Mon May 30 00:53:59 CEST 2011 on sn-devel-104 --- lib/replace/system/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT