mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
uae-avoid-dups-20060914
avoid duplicates in the errno space so we don't return the wrong error (something unexpected)
This commit is contained in:
parent
975897d476
commit
914b2e27dc
@ -7243,9 +7243,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…
Reference in New Issue
Block a user