randy 97/02/20 08:08:57
Modified: src conf.h
Log:
Backing out this change until I hear back from FreeBSD development.
The 2.2 codebase currently has an older version than the older 2.1.7
codebase.
Revision Changes Path
1.82 +0 -2 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.81
retrieving revision 1.82
diff -C3 -r1.81 -r1.82
*** conf.h 1997/02/20 08:11:51 1.81
--- conf.h 1997/02/20 16:08:55 1.82
***************
*** 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
--- 401,407 ----