]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add snprintf.h
authorwessels <>
Mon, 5 Jan 1998 07:57:53 +0000 (07:57 +0000)
committerwessels <>
Mon, 5 Jan 1998 07:57:53 +0000 (07:57 +0000)
lib/rfc1123.c
lib/rfc1738.c
lib/safe_inet_addr.c
lib/util.c

index f2e189ad676c03cfd218f5125d98847d23a6d852..85d51a505245501a0055887211e8b57ef7228af7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: rfc1123.c,v 1.11 1998/01/02 22:39:15 kostas Exp $
+ * $Id: rfc1123.c,v 1.12 1998/01/05 00:57:53 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
 #endif
 
 #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 73f33d192d8938326bb495f9403d19ea5638e395..b0497d525eb4b3422b2c87f0facfe5b96b1cfd33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rfc1738.c,v 1.13 1998/01/02 22:45:03 kostas Exp $
+ * $Id: rfc1738.c,v 1.14 1998/01/05 00:57:54 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
 #endif
 
 #include "util.h"
+#include "snprintf.h"
 
 /*  
  *  RFC 1738 defines that these characters should be escaped, as well
index 595b530d4d59b9d974004d16f4cc8c97768dc411..b58d54f080a24b7a9a63ec076167a12e9fccd16a 100644 (file)
@@ -22,6 +22,8 @@
 #include <arpa/inet.h>
 #endif
 
+#include "snprintf.h"
+
 int
 safe_inet_addr(const char *buf, struct in_addr *addr)
 {
index d5dc60dca71d39254c5bdd8220cc42a8a6240e42..996184ce6eff6faa9d4956bd5cc30a55b3247e5f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: util.c,v 1.37 1998/01/02 22:39:17 kostas Exp $
+ * $Id: util.c,v 1.38 1998/01/05 00:57:55 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
 #endif
 
 #include "util.h"
+#include "snprintf.h"
 
 void (*failure_notify) (const char *) = NULL;
 static char msg[128];