start thinking about vac -- doesn't build yet
This commit is contained in:
parent
7a4ee46d25
commit
7763a61a35
22 changed files with 7959 additions and 0 deletions
14
src/cmd/vac/error.h
Normal file
14
src/cmd/vac/error.h
Normal 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[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue