diff options
author | rsc <devnull@localhost> | 2005-01-11 17:43:53 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 17:43:53 +0000 |
commit | b8f742db850ffc99333a97ab54fc820c6de0fd98 (patch) | |
tree | 9096b9872c0e65a3f1f3cdd7b993c58411d20e5e /src/cmd/vac | |
parent | 530d00164177fd68e2aeb403e7b9be31823e3168 (diff) | |
download | plan9port-b8f742db850ffc99333a97ab54fc820c6de0fd98.tar.gz plan9port-b8f742db850ffc99333a97ab54fc820c6de0fd98.tar.bz2 plan9port-b8f742db850ffc99333a97ab54fc820c6de0fd98.zip |
os x changes
Diffstat (limited to 'src/cmd/vac')
-rw-r--r-- | src/cmd/vac/error.h | 5 |
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[]; |