stupid sun

This commit is contained in:
rsc 2005-01-14 18:21:12 +00:00
parent 2b3b1e8984
commit 0dc9950215
7 changed files with 8 additions and 11 deletions

View file

@ -16,10 +16,7 @@
#include <libc.h>
#include <venti.h>
enum
{
MaxBlock = (1UL<<31),
};
#define MaxBlock (1UL<<31)
static char EBadEntry[] = "bad VtEntry";
static char ENotDir[] = "walk in non-directory";