K 10 svn:author V 6 glewis K 8 svn:date V 27 2006-09-09T02:10:02.000000Z K 7 svn:log V 282 . Prevent problems opening RandomAccessFile with "rws" as the mode by defining O_SYNC and O_DSYNC if they aren't defined. In particular we were previously defining O_SYNC bogusly to the same value as O_EXCL. PR not closed as this fixes jdk15, not diablo-jdk15. PR: 102888 END