diff options
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/system/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/system/network.h b/lib/replace/system/network.h index f7c1bcfacb..2ec9ebde45 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 |