From 1cd4d6d4408aa759b1b76eb7e3536d958d4f02e8 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 27 May 2001 02:36:22 +0000 Subject: Added code to stop the creation of core files. Changed all references to log() to log_message(). --- src/tinyproxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tinyproxy.h') diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 8cd2692..4cb6930 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.7 2001-05-23 18:00:54 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.8 2001-05-27 02:36:22 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -62,7 +62,7 @@ #endif /* Global variables for the main controls of the program */ -#define MAXBUFFSIZE (1024 * 48) /* Max size of buffer */ +#define MAXBUFFSIZE (size_t)(1024 * 48) /* Max size of buffer */ #define MAXLISTEN 1024 /* Max number of connections */ #define MAX_IDLE_TIME (60 * 10) /* 10 minutes of no activity */ -- cgit v1.2.3