akosut 97/08/27 17:56:45
Modified: src/main http_main.c
Log:
Dean's new timer scheme (http_main.c revision 1.202) seems to have
broken non-shared memory-based systems, by accidentally removing a
#define. Put it back.
Revision Changes Path
1.211 +1 -0 apachen/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_main.c,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -u -r1.210 -r1.211
--- http_main.c 1997/08/26 00:00:55 1.210
+++ http_main.c 1997/08/28 00:56:41 1.211
@@ -1301,6 +1301,7 @@
}
#else
+#define SCOREBOARD_FILE
static scoreboard _scoreboard_image;
static int scoreboard_fd;
|