C
little bugs
.
wq
VS: ----------------------------------------------------------------------
diff --git a/src/lib9/open.c b/src/lib9/open.c
index 95d20d4..9d9ba31 100644
--- a/src/lib9/open.c
+++ b/src/lib9/open.c
@@ -2,6 +2,9 @@
 #include <u.h>
 #define NOPLAN9DEFINES
 #include <libc.h>
+#ifndef O_DIRECT
+#define O_DIRECT 0
+#endif
 
 int
 p9open(char *name, int mode)