jwoolley 02/05/17 11:07:23
Modified: . CHANGES
Log:
It doesn't really *have to* be in fcntl.h, it just probably will be
(and is on cygwin).
Revision Changes Path
1.287 +1 -1 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -d -u -r1.286 -r1.287
--- CHANGES 17 May 2002 18:05:24 -0000 1.286
+++ CHANGES 17 May 2002 18:07:23 -0000 1.287
@@ -2,7 +2,7 @@
*) Cygwin: the unix version of apr_file_open() must respect the
APR_BINARY flag if the underlying platform requires it (in
- which case we assume O_BINARY is defined in fcntl.h). PR 9185.
+ which case we assume O_BINARY is defined). PR 9185.
[Cliff Woolley]
*) Linux, AIX: Use crypt_r() instead of crypt() because the native