coar        97/09/03 09:11:35

  Modified:    src/os/unix os.c
  Log:
        os/unix/os.c has to have *something* in it, or cc complains about
        it being empty and ld gritches about libos.a not having a directory
        (since ranlib didn't insert an empty one).  [Digial UNIX 3.2, at
        least]
  
  Revision  Changes    Path
  1.2       +1 -0      apachen/src/os/unix/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/os/unix/os.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- os.c      1997/08/10 13:33:18     1.1
  +++ os.c      1997/09/03 16:11:33     1.2
  @@ -0,0 +1 @@
  +char AP_OPERATING_SYSTEM[] = "UNIX";
  
  
  

Reply via email to