]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Mon, 16 Jul 2001 05:02:58 +0000 (05:02 +0000)
committerMark Andrews <marka@isc.org>
Mon, 16 Jul 2001 05:02:58 +0000 (05:02 +0000)
lib/bind/configure

index e224a56859c4857a7ec14ad6f0d11c15e8e96262..8beb9bc82582b3adfdf1774025b470e24652af30 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 
-# From configure.in Revision: 1.69 
+# From configure.in Revision: 1.70 
 
 # libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
 ## Copyright 1996, 1997, 1998, 1999, 2000, 2001
@@ -9945,7 +9945,7 @@ EOF
 if { (eval echo configure:9946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
-HOST_R_ARGS="#define HOST_R_ARGS char *buf, int buflen, struct hostent **answerp, int *h_errnop"
+HOST_R_ARGS="#define HOST_R_ARGS char *buf, size_t buflen, struct hostent **answerp, int *h_errnop"
 HOST_R_BAD="#define HOST_R_BAD ERANGE"
 HOST_R_COPY="#define HOST_R_COPY buf, buflen"
 HOST_R_COPY_ARGS="#define HOST_R_COPY_ARGS char *buf, int buflen"