/*
- * $Id: cache_cf.cc,v 1.152 1996/12/04 17:51:40 wessels Exp $
+ * $Id: cache_cf.cc,v 1.153 1996/12/04 18:22:45 wessels Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
sprintf(ThisCache, "%s:%d (Squid/%s)",
getMyHostname(),
(int) Config.Port.http,
- SQUID_VERSION);
+ SQUID_VERSION);
}
/*
- * $Id: dns.cc,v 1.27 1996/12/04 17:50:34 wessels Exp $
+ * $Id: dns.cc,v 1.28 1996/12/04 18:22:47 wessels Exp $
*
* DEBUG: section 34 Dnsserver interface
* AUTHOR: Harvest Derived
for (k = 0; k < N; k++) {
dns_child_table[k] = xcalloc(1, sizeof(dnsserver_t));
if ((dnssocket = dnsOpenServer(prg)) < 0) {
- debug(34, 1, "dnsOpenServers: WARNING: Failed to start 'dnsserver' #%d.\n", k+1);
+ debug(34, 1, "dnsOpenServers: WARNING: Failed to start 'dnsserver' #%d.\n", k + 1);
dns_child_table[k]->flags &= ~DNS_FLAG_ALIVE;
dns_child_table[k]->id = k + 1;
dns_child_table[k]->inpipe = -1;
/*
- * $Id: main.cc,v 1.124 1996/12/04 17:51:43 wessels Exp $
+ * $Id: main.cc,v 1.125 1996/12/04 18:22:47 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
struct in_addr theOutICPAddr;
const char *const dash_str = "-";
const char *const null_string = "";
-char ThisCache[SQUIDHOSTNAMELEN<<1];
+char ThisCache[SQUIDHOSTNAMELEN << 1];
/* for error reporting from xmalloc and friends */
extern void (*failure_notify) _PARAMS((const char *));