chuck 96/07/02 20:32:34
Modified: src mod_proxy.c
Log:
Obtained from: [EMAIL PROTECTED]
Patch to allow mod_proxy to compile under NeXTStep
Revision Changes Path
1.30 +4 -0 apache/src/mod_proxy.c
Index: mod_proxy.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_proxy.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C3 -r1.29 -r1.30
*** mod_proxy.c 1996/06/20 14:17:01 1.29
--- mod_proxy.c 1996/07/03 03:32:30 1.30
***************
*** 1390,1396 ****
--- 1390,1400 ----
struct stat buf;
int fd,i;
DIR *dir;
+ #if defined(NEXT)
+ struct DIR_TYPE *ent;
+ #else
struct dirent *ent;
+ #endif
struct gc_ent *fent;
int nfiles=0;