From cdc65374952183e7e738ed7d35cd1c2291c43e03 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 24 Jan 2000 11:55:10 +0000 Subject: [PATCH] gethostbyaddr test update --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index bfd13652fc..b0ec4ed7f7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.80 +# From configure.in Revision: 1.82 @@ -2302,14 +2302,14 @@ fi rm -f conftest* -echo $ac_n "checking for gethostbyadd(const void *,...)""... $ac_c" 1>&6 -echo "configure:2307: checking for gethostbyadd(const void *,...)" >&5 +echo $ac_n "checking for gethostbyadd(const void *, size_t, ...)""... $ac_c" 1>&6 +echo "configure:2307: checking for gethostbyadd(const void *, size_t, ...)" >&5 cat > conftest.$ac_ext < -struct hostent *gethostbyaddr(const void *, int, int); +struct hostent *gethostbyaddr(const void *, size_t, int); int main() { return(0); ; return 0; }