dgaudet 99/04/20 12:43:00
Modified: src CHANGES
src/include ap_config.h
Log:
what the heck? We don't use n_long anywhere, why define it?
And even more perplexing -- why were the rlim_t and n_long conditionalized
on S_IWOTH ??
PR: 4130
Revision Changes Path
1.1314 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1313
retrieving revision 1.1314
diff -u -r1.1313 -r1.1314
--- CHANGES 1999/04/20 19:15:34 1.1313
+++ CHANGES 1999/04/20 19:42:54 1.1314
@@ -1,5 +1,8 @@
Changes with Apache 1.3.7
+ *) PORT: fixed a compilation problem on NEXT.
+ [Jacques Distler <[EMAIL PROTECTED]>] PR#4130
+
*) r->request_time wasn't being set properly in certain error conditions.
[Dean Gaudet] PR#4156
1.254 +0 -4 apache-1.3/src/include/ap_config.h
Index: ap_config.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ap_config.h 1999/04/08 11:36:32 1.253
+++ ap_config.h 1999/04/20 19:42:59 1.254
@@ -367,10 +367,6 @@
#endif
#ifndef S_IWOTH
#define S_IWOTH 000002
-#ifndef rlim_t
-typedef int rlim_t;
-#endif
-typedef u_long n_long;
#endif
#define STDIN_FILENO 0