aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/vac/error.h')
-rw-r--r--src/cmd/vac/error.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/vac/error.h b/src/cmd/vac/error.h
index bbb97373..3d6c7f8d 100644
--- a/src/cmd/vac/error.h
+++ b/src/cmd/vac/error.h
@@ -1,3 +1,8 @@
+/*
+ * Somehow <errno.h> has been included on Mac OS X
+ */
+#undef EIO
+
extern char ENoDir[];
extern char EBadDir[];
extern char EBadMeta[];