You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mark Bixby <ma...@spock.dis.cccd.edu> on 1998/01/07 02:41:23 UTC

Re: STATUS: 1.2 (MPE port patch, take two)

Dean Gaudet writes:
> The main goal for 1.2.6 is to fix egregious bugs, such as protocol bugs,
> or DoS bugs.  Changes that have been tested in 1.3 already may be given
> consideration.  "Easy" portability fixes may be given consideration. 

Here's the MPE patch again for 1.2.6.  It's about as "easy" as they come,
plus it's already been committed into 1.3.

--- apache_1.2.5/src/mod_usertrack.c    Fri Mar  7 06:15:45 1997
+++ apache_1.2.5_mpe/src/mod_usertrack.c        Tue Jan  6 16:54:46 1998
@@ -97,7 +97,9 @@
 #include "httpd.h"
 #include "http_config.h"
 #include "http_core.h"
+#ifndef MPE
 #include <sys/time.h>
+#endif
 
 module usertrack_module;
 
-- 
Mark Bixby                      E-mail: markb@cccd.edu
Coast Community College Dist.   Web: http://www.cccd.edu/~markb/
District Information Services   1370 Adams Ave, Costa Mesa, CA, USA 92626-5429
Technical Support               Voice: +1 714 438-4647
"You can tune a file system, but you can't tune a fish." - tunefs(1M)