tporting changes - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6850febee1ff0eaa5e548209f211aaaa762e07e4
(DIR) parent eb7f99c5522054bc9ef69bf99e71d574f83f3462
(HTM) Author: rsc <devnull@localhost>
Date: Mon, 27 Dec 2004 00:11:46 +0000
porting changes
Diffstat:
M src/libbio/lib9.std.h | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/src/libbio/lib9.std.h b/src/libbio/lib9.std.h
t@@ -1,12 +1,15 @@
+#include <utf.h>
#include <fmt.h>
+
#include <fcntl.h>
-#include <string.h>
-#include <unistd.h>
+#include <string.h>
+#include <unistd.h>
#include <stdlib.h>
-#define OREAD O_RDONLY
-#define OWRITE O_WRONLY
-
-#include <utf.h>
+#define OREAD O_RDONLY
+#define OWRITE O_WRONLY
#define nil ((void*)0)
+
+typedef long long vlong;
+typedef unsigned long long uvlong;