Change 13983 by jhi@alpha on 2001/12/31 16:05:18
Clarify the BeOS O_TEXT/O_BINARY situation.
Affected files ...
.... //depot/perl/perl.h#428 edit
Differences ...
==== //depot/perl/perl.h#428 (text) ====
Index: perl/perl.h
--- perl/perl.h.~1~ Mon Dec 31 09:15:05 2001
+++ perl/perl.h Mon Dec 31 09:15:05 2001
@@ -3944,6 +3944,8 @@
/* If you have different O_TEXT and O_BINARY and you are a CLRF shop,
* that is, you are somehow DOSish. */
# if defined(__BEOS__)
+ /* BeOS has O_TEXT != O_BINARY but O_TEXT and O_BINARY have no effect;
+ * BeOS is always UNIXoid (LF), not DOSish (CRLF). */
/* If you have O_TEXT different from your O_BINARY but you still are
* not a CRLF shop. */
# undef PERLIO_USING_CRLF
End of Patch.