brian 97/01/10 03:26:23
Modified: src http_main.c
Log:
Reviewed by: Garey Smiley, Brian Behlendorf
Submitted by: Marc Slemko
Removed unused memory allocation.
Revision Changes Path
1.104 +0 -1 apache/src/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_main.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -C3 -r1.103 -r1.104
*** http_main.c 1997/01/10 09:25:58 1.103
--- http_main.c 1997/01/10 11:26:22 1.104
***************
*** 773,779 ****
#ifdef __EMX__
#ifdef HAVE_MMAP
caddr_t m;
- char errstr[MAX_STRING_LEN];
int rc;
m = (caddr_t)get_shared_heap("\\SHAREMEM\\SCOREBOARD");
--- 773,778 ----