cvs commit: hugs98/tests testScript hugs98/tests/ffi FileIO_aux.c
FileIO.hs
Alastair Reid
reid@glass.cse.ogi.edu
Tue, 9 Jul 2002 03:46:14 -0700
reid 2002/07/09 03:46:14 PDT
Modified files:
tests testScript
tests/ffi FileIO.hs
Added files:
tests/ffi FileIO_aux.c
Log:
Apply Sven's patch to testScript so it works on Solaris.
Replace totally bogus hardwired constants with
O_WRONLY | O_CREAT | O_TRUNC
I'd foolishly assumed that constants that old would be completely portable.
Revision Changes Path
1.9 +3 -3 hugs98/tests/testScript
1.3 +3 -3 hugs98/tests/ffi/FileIO.hs