jim         98/05/13 18:22:52

  Modified:    src/os/unix os.h
  Log:
  Avoid nasty trademarks
  
  Revision  Changes    Path
  1.24      +1 -1      apache-1.3/src/os/unix/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/unix/os.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- os.h      1998/05/07 12:24:30     1.23
  +++ os.h      1998/05/14 01:22:52     1.24
  @@ -58,7 +58,7 @@
   #ifndef APACHE_OS_H
   #define APACHE_OS_H
   
  -#define PLATFORM "UNIX"
  +#define PLATFORM "Unix"
   
   /*
    * This file in included in all Apache source code. It contains definitions
  
  
  

Reply via email to