mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
windows-pioctl-error-codes-20071018
add knowledge of new cm error codes
This commit is contained in:
parent
91855b82c7
commit
53baa78733
@ -92,12 +92,14 @@ CMtoUNIXerror(int cm_code)
|
||||
return EACCES;
|
||||
case CM_ERROR_NOSUCHFILE:
|
||||
case CM_ERROR_NOSUCHPATH:
|
||||
case CM_ERROR_BPLUS_NOMATCH:
|
||||
return ENOENT;
|
||||
case CM_ERROR_INVAL:
|
||||
return EINVAL;
|
||||
case CM_ERROR_BADFD:
|
||||
return EBADF;
|
||||
case CM_ERROR_EXISTS:
|
||||
case CM_ERROR_INEXACT_MATCH:
|
||||
return EEXIST;
|
||||
case CM_ERROR_CROSSDEVLINK:
|
||||
return EXDEV;
|
||||
|
Loading…
Reference in New Issue
Block a user