dgaudet     98/01/09 19:48:50

  Modified:    .        Tag: APACHE_1_2_X STATUS
               src      Tag: APACHE_1_2_X CHANGES mod_usertrack.c
  Log:
  Fix MPE porting problem.
  
  Submitted by: Mark Bixby
  Reviewed by:  Dean Gaudet, Martin Kraemer
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +1 -4      apache/Attic/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache/Attic/STATUS,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- STATUS    1998/01/09 15:49:39     1.1.2.5
  +++ STATUS    1998/01/10 03:48:47     1.1.2.6
  @@ -7,6 +7,7 @@
       * Martins portability change for ReliantUNIX/SINIX (_XPG_IV switch)
       * Martin's [PATCH]-1.2.6: passing escaped CC='$(CC)'
       * Martin's [PATCH]-1.2.6: avoid B_ERROR redeclaration
  +    * Mark Bixby's MPE port patch
   
   Available:
   
  @@ -32,10 +33,6 @@
        Status: Dean +1
   
       * Marc's "headers too big" patch, repost it please?
  -
  -    * Mark Bixby's MPE port patch
  -     <[EMAIL PROTECTED]>
  -     Status: Mark +1, Dean +1
   
   Needs patch:
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.286.2.62 +8 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.286.2.61
  retrieving revision 1.286.2.62
  diff -u -r1.286.2.61 -r1.286.2.62
  --- CHANGES   1998/01/05 21:14:30     1.286.2.61
  +++ CHANGES   1998/01/10 03:48:48     1.286.2.62
  @@ -1,3 +1,11 @@
  +Changes with Apache 1.2.6
  +
  +  *) Fix MPE compilation error in mod_usertrack.c.  [Mark Bixby]
  +
  +  *) Quote CC='$(CC)' to improve recurse make calls.  [Martin Kraemer]
  +
  +  *) Avoid B_ERROR redeclaration on sysvr4 systems.  [Martin Kraemer]
  +
   Changes with Apache 1.2.5
   
     *) SECURITY: Fix a possible buffer overflow in logresolve.  This is
  
  
  
  1.10.2.1  +2 -0      apache/src/mod_usertrack.c
  
  Index: mod_usertrack.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_usertrack.c,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- mod_usertrack.c   1997/03/07 14:15:45     1.10
  +++ mod_usertrack.c   1998/01/10 03:48:49     1.10.2.1
  @@ -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;
   
  
  
  

Reply via email to