]> mj.ucw.cz Git - libucw.git/commit
make Sherlock compilable on Darwin without hacks due to missing direct IO
authorRobert Spalek <robert@ucw.cz>
Thu, 27 Nov 2008 15:51:41 +0000 (07:51 -0800)
committerMichal Vaner <vorner@ucw.cz>
Fri, 28 Nov 2008 12:40:40 +0000 (13:40 +0100)
commit01d529017638881377fae3e78ec86ee2b71f0779
tree9f8468529af3f9c9061599beb7b3c5331cf72353
parentce302b40445491a11af251438eb4c3812d712810
make Sherlock compilable on Darwin without hacks due to missing direct IO

I define O_DIRECT flag to be 0 on Darwin, hence enabling direct IO will
have no effect.  This ignoring will be silent.  A clean solution (with
failure when enabled by the user) would be much more complicated and I just
wanna make Sherlock compilable on Darwin for desktop/debugging usage.
ucw/perl/UCW/Configure/C.pm