plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 6850febee1ff0eaa5e548209f211aaaa762e07e4
parent eb7f99c5522054bc9ef69bf99e71d574f83f3462
Author: rsc <devnull@localhost>
Date:   Mon, 27 Dec 2004 00:11:46 +0000

porting changes

Diffstat:
Msrc/libbio/lib9.std.h | 15+++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/libbio/lib9.std.h b/src/libbio/lib9.std.h @@ -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;