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 ----