check against plan 9

This commit is contained in:
rsc 2004-12-28 19:25:16 +00:00
parent 727facb605
commit 4dd07e012c
4 changed files with 19 additions and 22 deletions

View file

@ -9,6 +9,11 @@
#define OREAD O_RDONLY
#define OWRITE O_WRONLY
#define OCEXEC 0
#define ORCLOSE 0
#define OTRUNC 0
#define nil ((void*)0)
typedef long long vlong;