]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed more compile errors after removal of snprintf.h
authorrousskov <>
Fri, 7 Dec 2007 01:01:52 +0000 (01:01 +0000)
committerrousskov <>
Fri, 7 Dec 2007 01:01:52 +0000 (01:01 +0000)
lib/safe_inet_addr.c
snmplib/snmplib_debug.c
src/dnsserver.cc

index c03b72c1749ad9d6ca39ad279852a3bdb6228251..23f63c575359dabee763ebc7f0f2c029650eff02 100644 (file)
@@ -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 <arpa/inet.h>
 #endif
 
-#include "snprintf.h"
 
 int
 safe_inet_addr(const char *buf, struct IN_ADDR *addr)
index e0808a83299a15b1ed5b40beeb57902d42451883..9b3ada60b37e7298ef7a420d61439956b8e23de0 100644 (file)
 #include <varargs.h>
 #endif
 
-#if !HAVE_SNPRINTF
-#include "snprintf.h"
-#endif
-
 #include "snmp_debug.h"
 
 #if STDC_HEADERS
index fb21821f1a0beace382347c3773f0e5a20718351..eb5deb4db46d6cb301c548b6d9df0c3b14d9c152 100644 (file)
@@ -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
 #endif
 
 #include "util.h"
-#include "snprintf.h"
 
 #if !defined(_SQUID_AIX_) && !defined(_SQUID_MSWIN_)
 extern int h_errno;