[kaffe] [patch] always create files in binary mode
Dalibor Topic
robilad at yahoo.com
Tue Jun 10 06:36:01 PDT 2003
Hi,
the attached patch makes kaffe always create files in binary mode. All other
instances of KOPEN use O_BINARY, so I figured I'd add it here as well. It
should help on Win32 & Cygwin & other platforms that don't open files in binary
mode by default ;)
2003-06-10 Dalibor Topic <robilad at yahoo.com>
* libraries/clib/io/File.c:
(java_io_File_createNewFile0) Always create file in binary mode.
* kaffe/kaffevm/findInJar.c:
(getClasspathType) Always open files in binary mode.
cheers,
dalibor topic
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: file-binary.patch
Type: application/octet-stream
Size: 553 bytes
Desc: file-binary.patch
Url : http://pogo.kaffe.org/pipermail/kaffe/attachments/20030610/db11a798/file-binary.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: findInJar-binary.patch
Type: application/octet-stream
Size: 496 bytes
Desc: findInJar-binary.patch
Url : http://pogo.kaffe.org/pipermail/kaffe/attachments/20030610/db11a798/findInJar-binary.obj
More information about the kaffe
mailing list