libnl: add ERANGE to errno translation
Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
parent
fed168212e
commit
8d2bb90726
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ int nl_syserr2nlerr(int error)
|
|||
case EOPNOTSUPP: return NLE_OPNOTSUPP;
|
||||
case EPERM: return NLE_PERM;
|
||||
case EBUSY: return NLE_BUSY;
|
||||
case ERANGE: return NLE_RANGE;
|
||||
default: return NLE_FAILURE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue