dgaudet 98/06/25 12:51:56
Modified: src CHANGES src/main http_main.c Log: remove broken MAP_FILE test Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]> Revision Changes Path 1.932 +3 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.931 retrieving revision 1.932 diff -u -r1.931 -r1.932 --- CHANGES 1998/06/25 19:14:40 1.931 +++ CHANGES 1998/06/25 19:51:53 1.932 @@ -1,5 +1,8 @@ Changes with Apache 1.3.1 + *) PORT: remove broken test for MAP_FILE in http_main.c. + [Wilfredo Sanchez <[EMAIL PROTECTED]>] + *) PORT: Change support/apachectl to use "kill -0 $pid" to test if the httpd is running. This should be more portable than figuring out which of three dozen different versions of "ps" are installed. 1.366 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v retrieving revision 1.365 retrieving revision 1.366 diff -u -r1.365 -r1.366 --- http_main.c 1998/06/16 03:37:27 1.365 +++ http_main.c 1998/06/25 19:51:55 1.366 @@ -1593,7 +1593,7 @@ { caddr_t m; -#if defined(MAP_ANON) || defined(MAP_FILE) +#if defined(MAP_ANON) /* BSD style */ #ifdef CONVEXOS11 /*