summaryrefslogtreecommitdiffstats
path: root/src/cmd/vac/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/vac/error.c')
-rw-r--r--src/cmd/vac/error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/vac/error.c b/src/cmd/vac/error.c
index 5c8ff29d..f28f9376 100644
--- a/src/cmd/vac/error.c
+++ b/src/cmd/vac/error.c
@@ -5,6 +5,8 @@
#include "error.h"
char ENoDir[] = "directory entry is not allocated";
+char ENoFile[] = "no such file or directory";
+char EBadPath[] = "bad path";
char EBadDir[] = "corrupted directory entry";
char EBadMeta[] = "corrupted meta data";
char ENotDir[] = "not a directory";