From: rousskov <> Date: Fri, 7 Dec 2007 01:01:52 +0000 (+0000) Subject: Fixed more compile errors after removal of snprintf.h X-Git-Tag: SQUID_3_0_STABLE1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c38b2f3e4600f6da683258252a5b4db10d713473;p=thirdparty%2Fsquid.git Fixed more compile errors after removal of snprintf.h --- diff --git a/lib/safe_inet_addr.c b/lib/safe_inet_addr.c index c03b72c174..23f63c5753 100644 --- a/lib/safe_inet_addr.c +++ b/lib/safe_inet_addr.c @@ -1,6 +1,6 @@ /* - * $Id: safe_inet_addr.c,v 1.14 2005/04/18 21:52:40 hno Exp $ + * $Id: safe_inet_addr.c,v 1.15 2007/12/06 18:01:52 rousskov Exp $ */ #include "config.h" @@ -28,7 +28,6 @@ #include #endif -#include "snprintf.h" int safe_inet_addr(const char *buf, struct IN_ADDR *addr) diff --git a/snmplib/snmplib_debug.c b/snmplib/snmplib_debug.c index e0808a8329..9b3ada60b3 100644 --- a/snmplib/snmplib_debug.c +++ b/snmplib/snmplib_debug.c @@ -11,10 +11,6 @@ #include #endif -#if !HAVE_SNPRINTF -#include "snprintf.h" -#endif - #include "snmp_debug.h" #if STDC_HEADERS diff --git a/src/dnsserver.cc b/src/dnsserver.cc index fb21821f1a..eb5deb4db4 100644 --- a/src/dnsserver.cc +++ b/src/dnsserver.cc @@ -1,6 +1,6 @@ /* - * $Id: dnsserver.cc,v 1.71 2006/08/13 20:21:19 serassio Exp $ + * $Id: dnsserver.cc,v 1.72 2007/12/06 18:01:53 rousskov Exp $ * * DEBUG: section 0 DNS Resolver * AUTHOR: Harvest Derived @@ -140,7 +140,6 @@ #endif #include "util.h" -#include "snprintf.h" #if !defined(_SQUID_AIX_) && !defined(_SQUID_MSWIN_) extern int h_errno;