dreid       99/10/20 16:11:49

  Modified:    src/support logresolve.c
  Log:
  Missed this one when I was making the support programs compile on
  BeOS.  All should now compile on "vanilla" BeOS.
  
  Revision  Changes    Path
  1.4       +1 -1      apache-2.0/src/support/logresolve.c
  
  Index: logresolve.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/support/logresolve.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- logresolve.c      1999/10/11 20:25:08     1.3
  +++ logresolve.c      1999/10/20 23:11:48     1.4
  @@ -44,7 +44,7 @@
   
   #include <ctype.h>
   
  -#ifndef MPE
  +#if !defined(MPE) && !defined(BEOS) 
   #include <arpa/inet.h>
   #endif
   
  
  
  

Reply via email to