randy 97/02/20 00:11:53
Modified: src conf.h Log: Fix a warning on FreeBSD 2.2 Revision Changes Path 1.81 +5 -0 apache/src/conf.h Index: conf.h =================================================================== RCS file: /export/home/cvs/apache/src/conf.h,v retrieving revision 1.80 retrieving revision 1.81 diff -C3 -r1.80 -r1.81 *** conf.h 1997/02/18 02:56:37 1.80 --- conf.h 1997/02/20 08:11:51 1.81 *************** *** 390,395 **** --- 390,398 ---- #undef NO_SETSID #elif defined(__FreeBSD__) || defined(__bsdi__) + #if defined(__FreeBSD__) + #include <osreldate.h> + #endif #define HAVE_SYS_RESOURCE_H #define HAVE_GMTOFF #undef NO_KILLPG *************** *** 398,404 **** --- 401,409 ---- #define HAVE_MMAP #define DEFAULT_USER "nobody" #define DEFAULT_GROUP "nogroup" + #if defined(__bsdi__) || (__FreeBSD_version < 199701) typedef quad_t rlim_t; + #endif #elif defined(QNX) #ifndef crypt