uae-etoomanyrefs-avoid-dup-20070222
authorDerrick Brashear <shadow@dementia.org>
Mon, 26 Feb 2007 18:48:22 +0000 (18:48 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Feb 2007 18:48:22 +0000 (18:48 +0000)
when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS

src/viced/afsfileprocs.c

index abb2eb6..1ea8a89 100644 (file)
@@ -7363,6 +7363,8 @@ init_sys_error_to_et(void)
     sys2et[EDQUOT] = UAEDQUOT;
     sys2et[ENOMEDIUM] = UAENOMEDIUM;
     sys2et[EMEDIUMTYPE] = UAEMEDIUMTYPE;
+
+    sys2et[EIO] = UAEIO;
 }
 
 /* NOTE:  2006-03-01