mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Map FreeBSD EDOOFUS to Linux EINVAL
Previously EDOOFUS mapped to EBUSY. EINVAL seems more appropriate. Discussed with: cem MFC after: 1 week Sponsored by: Turing Robotic Industries Inc.
This commit is contained in:
parent
8b6470fbce
commit
38be312706
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ const int linux_errtbl[ELAST + 1] = {
|
|||
-125,
|
||||
-84,
|
||||
-61,
|
||||
-16, /* EDOOFUS -> EBUSY */
|
||||
-22, /* EDOOFUS -> EINVAL */
|
||||
-74,
|
||||
|
||||
-72,
|
||||
|
|
|
|||
Loading…
Reference in a new issue