start thinking about vac -- doesn't build yet

This commit is contained in:
rsc 2003-11-23 17:55:34 +00:00
parent 7a4ee46d25
commit 7763a61a35
22 changed files with 7959 additions and 0 deletions

14
src/cmd/vac/error.h Normal file
View file

@ -0,0 +1,14 @@
extern char ENoDir[];
extern char EBadDir[];
extern char EBadMeta[];
extern char ENilBlock[];
extern char ENotDir[];
extern char ENotFile[];
extern char EIO[];
extern char EBadOffset[];
extern char ETooBig[];
extern char EReadOnly[];
extern char ERemoved[];
extern char ENotEmpty[];
extern char EExists[];
extern char ERoot[];