]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix compile errors after removal of snprintf.h
authoramosjeffries <>
Thu, 6 Dec 2007 09:37:15 +0000 (09:37 +0000)
committeramosjeffries <>
Thu, 6 Dec 2007 09:37:15 +0000 (09:37 +0000)
lib/html_quote.c
lib/rfc1035.c
lib/rfc1123.c
lib/rfc1738.c
lib/util.c
snmplib/mib.c
tools/cachemgr.cc

index 27937a5cd4a22b21ed65cb81d6b1abf42264f26b..f708b4c6a24d250f3c805d71a80d031cd2f81790 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: html_quote.c,v 1.5 2003/01/23 00:37:01 robertc Exp $
+ * $Id: html_quote.c,v 1.6 2007/12/06 02:37:15 amosjeffries Exp $
  * 
  * DEBUG:
  * AUTHOR: Robert Collins
@@ -42,7 +42,6 @@
 #endif
 
 #include "util.h"
-#include "snprintf.h"
 
 /*  
  *  HTML defines these characters as special entities that should be quoted.
index 307460b472ed1553d1b892b3fdae72e073ee8f12..77a4d6ddfecde4d8914b17c8b08c29d8a90f69cc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: rfc1035.c,v 1.49 2007/09/26 03:03:22 amosjeffries Exp $
+ * $Id: rfc1035.c,v 1.50 2007/12/06 02:37:15 amosjeffries Exp $
  *
  * Low level DNS protocol routines
  * AUTHOR: Duane Wessels
@@ -71,7 +71,6 @@
 #endif
 
 #include "rfc1035.h"
-#include "snprintf.h"
 
 #define RFC1035_MAXLABELSZ 63
 #define rfc1035_unpack_error 15
index e812a1f856c75034d0094485c2df923152a74296..6701e823cc5c4c20ff7c04a7ebb1d4f777cd1e06 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: rfc1123.c,v 1.40 2007/08/01 04:36:47 rousskov Exp $
+ * $Id: rfc1123.c,v 1.41 2007/12/06 02:37:15 amosjeffries Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
@@ -64,7 +64,6 @@
 #include "assert.h"
 
 #include "util.h"
-#include "snprintf.h"
 
 #define RFC850_STRFTIME "%A, %d-%b-%y %H:%M:%S GMT"
 #define RFC1123_STRFTIME "%a, %d %b %Y %H:%M:%S GMT"
index cee61bac8c0f915109963c36bcfefbef00e3ba86..8e8fbafc6732a7c2c4e382cd5fcdf33bc7cbf261 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rfc1738.c,v 1.27 2007/05/23 21:59:44 hno Exp $
+ * $Id: rfc1738.c,v 1.28 2007/12/06 02:37:15 amosjeffries Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
@@ -42,7 +42,6 @@
 #endif
 
 #include "util.h"
-#include "snprintf.h"
 
 /*  
  *  RFC 1738 defines that these characters should be escaped, as well
index ad698708bc063ac9c25199abbb1a7081cace6526..076a174dd196be11a00c56aaff547ad802b1ddd5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: util.c,v 1.97 2007/08/14 19:17:43 serassio Exp $
+ * $Id: util.c,v 1.98 2007/12/06 02:37:15 amosjeffries Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
@@ -69,7 +69,6 @@
 #endif
 
 #include "util.h"
-#include "snprintf.h"
 
 static void default_failure_notify(const char *);
 
index 69348ca5853eb0ce2c5cebae5949dd17838d19d5..ff47510dee4408d84600437e533667d4cfdd831a 100644 (file)
@@ -81,7 +81,6 @@ SOFTWARE.
 #include "parse.h"
 
 #include "util.h"
-#include "snprintf.h"
 
 static struct snmp_mib_tree *get_symbol(oid *objid, int objidlen, struct snmp_mib_tree *subtree, char *buf);
 
index 73c29761969644c349e74cab2ca1926b0d4b5b0e..277524d0612183ece13450cb6a7b770d4d04ac6a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cachemgr.cc,v 1.4 2007/08/02 02:24:55 amosjeffries Exp $
+ * $Id: cachemgr.cc,v 1.5 2007/12/06 02:37:17 amosjeffries Exp $
  *
  * DEBUG: section 0     CGI Cache Manager
  * AUTHOR: Duane Wessels
@@ -130,13 +130,10 @@ extern "C"
 {
 #include <fnmatch.h>
 }
-
 #endif
 
 #include "assert.h"
-
 #include "util.h"
-#include "snprintf.h"
 
 #ifndef DEFAULT_CACHEMGR_CONFIG
 #define DEFAULT_CACHEMGR_CONFIG "/etc/squid/cachemgr.conf"