- s/()/(void)/
- Fixed 8k page leak in icmpRecv().
+ - Use strerror() if available instead of sys_errlist[].
+ - Misc ANSI-related cleanup.
Changes to squid-1.1.beta2 (September 16, 1996):
/*
- * $Id: getfullhostname.c,v 1.7 1996/09/17 02:29:46 wessels Exp $
+ * $Id: getfullhostname.c,v 1.8 1996/09/17 16:53:56 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#include <netdb.h>
#endif
+#include "ansiproto.h"
#include "util.h"
/*
/*
- * $Id: rfc1738.c,v 1.5 1996/09/17 16:32:26 wessels Exp $
+ * $Id: rfc1738.c,v 1.6 1996/09/17 16:53:58 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#include <string.h>
#endif
+#include "ansiproto.h"
#include "util.h"
#define BIG_BUFSIZ (BUFSIZ * 4)
/*
- * $Id: util.c,v 1.17 1996/09/17 16:43:37 wessels Exp $
+ * $Id: util.c,v 1.18 1996/09/17 16:54:00 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#include <errno.h>
#endif
-#include "util.h"
#include "ansiproto.h"
+#include "util.h"
void (*failure_notify) __P((char *)) = NULL;
static char msg[128];
+#include "ansiproto.h"
#include "util.h"
extern char **environ;
/*
- * $Id: cachemgr.cc,v 1.25 1996/09/17 16:39:04 wessels Exp $
+ * $Id: cachemgr.cc,v 1.26 1996/09/17 16:54:02 wessels Exp $
*
* DEBUG: Section 0 CGI Cache Manager
* AUTHOR: Harvest Derived
#include <sys/select.h>
#endif
-#include "util.h"
#include "ansiproto.h"
+#include "util.h"
#define MAX_ENTRIES 10000
/*
- * $Id: dnsserver.cc,v 1.22 1996/09/14 08:45:50 wessels Exp $
+ * $Id: dnsserver.cc,v 1.23 1996/09/17 16:57:00 wessels Exp $
*
* DEBUG: section 0 DNS Resolver
* AUTHOR: Harvest Derived
#define INADDR_NONE -1
#endif
+#include "ansiproto.h"
#include "util.h"
extern int h_errno;
/*
- * $Id: squid.h,v 1.51 1996/09/17 16:39:05 wessels Exp $
+ * $Id: squid.h,v 1.52 1996/09/17 16:54:05 wessels Exp $
*
* AUTHOR: Duane Wessels
*
#define LOCAL_ARRAY(type,name,size) static type name[size]
#endif
-#include "GNUregex.h"
#include "ansiproto.h"
+#include "GNUregex.h"
typedef void (*SIH) (int, void *); /* swap in */
typedef int (*QS) (const void *, const void *);