mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
STABLE14-uae-avoid-dups-20060914
avoid duplicates in the errno space so we don't return the wrong error (something unexpected) (cherry picked from commit 914b2e27dcf5b231832959d0b02dc1e40ca24c81)
This commit is contained in:
parent
391a4843e1
commit
c7b442cdcd
@ -7395,9 +7395,13 @@ init_sys_error_to_et(void)
|
||||
sys2et[ENAMETOOLONG] = UAENAMETOOLONG;
|
||||
sys2et[ENOLCK] = UAENOLCK;
|
||||
sys2et[ENOSYS] = UAENOSYS;
|
||||
#if (ENOTEMPTY != EEXIST)
|
||||
sys2et[ENOTEMPTY] = UAENOTEMPTY;
|
||||
#endif
|
||||
sys2et[ELOOP] = UAELOOP;
|
||||
#if (EWOULDBLOCK != EAGAIN)
|
||||
sys2et[EWOULDBLOCK] = UAEWOULDBLOCK;
|
||||
#endif
|
||||
sys2et[ENOMSG] = UAENOMSG;
|
||||
sys2et[EIDRM] = UAEIDRM;
|
||||
sys2et[ECHRNG] = UAECHRNG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user