You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/08/08 04:32:04 UTC

cvs commit: apache/support logresolve.c

brian       96/08/07 19:32:03

  Modified:    support   logresolve.c
  Log:
  Reviewed by:	Brian Behlendorf
  Submitted by:	Paul Richards
  
  Removed requirement for OS/2 specific #ifdef.
  
  Revision  Changes    Path
  1.4       +0 -6      apache/support/logresolve.c
  
  Index: logresolve.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/logresolve.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** logresolve.c	1996/08/06 05:21:20	1.3
  --- logresolve.c	1996/08/08 02:32:00	1.4
  ***************
  *** 41,50 ****
    
    \***                                                                      ***/
    
  - #ifdef __EMX__
  - /* Need this include before any others under OS/2 */
    #include <sys/types.h>
  - #endif
    
    #include <ctype.h>
    #include <netdb.h>
  --- 41,47 ----
  ***************
  *** 52,60 ****
    #include <stdio.h>
    #include <stdlib.h>
    
  - #ifndef __EMX__
  - #include <sys/types.h>
  - #endif
    #include <sys/socket.h>
    
    #include <netinet/in.h>
  --- 49,54 ----