From: Peter Marelas <maral@sprint.com.au>
Subject: Squid v1.0.0
Date: Tue, 2 Jul 1996 22:33:57 +1000 (EST)
Message-ID: <Pine.GSO.3.94.960702223317.1054B-100000@localhost>
maral> OS: BSDI V2.1
maral> Making all in src...
maral> gcc -g -O -Wall -I. -I../include -I./../include -c main.c
maral> main.c: In function `mainInitialize':
maral> main.c:373: `SA_RESETHAND' undeclared (first use this function)
maral> main.c:373: (Each undeclared identifier is reported only once
maral> main.c:373: for each function it appears in.)
maral> *** Error code 1
Please try the following patch :-)
--- squid.h.~1~ Tue Jul 2 07:00:35 1996
+++ squid.h Tue Jul 2 22:22:03 1996
@@ -153,6 +153,9 @@
#ifndef SA_NODEFER
#define SA_NODEFER 0
#endif
+#ifndef SA_RESETHAND
+#define SA_RESETHAND 0
+#endif
typedef struct sentry StoreEntry;
typedef struct mem_hdr *mem_ptr;
--- shige@luck.imasy.or.jpReceived on Tue Jul 02 1996 - 06:46:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:34 MST