diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-08-27 21:05:09 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-08-31 21:34:01 +0000 |
| commit | 8adb745dc9716e769ef0f7e993cea8a07735d5d8 (patch) | |
| tree | 558c4b97216fa81353746d8a712f9356702a7c0a /sys/compat | |
| parent | f29e915bc0d216a87f222a208caeb2172c93e4ea (diff) | |
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/errno.h b/sys/compat/linuxkpi/common/include/linux/errno.h index ea258587c6f7..d634675d43d0 100644 --- a/sys/compat/linuxkpi/common/include/linux/errno.h +++ b/sys/compat/linuxkpi/common/include/linux/errno.h @@ -68,5 +68,6 @@ #define ENOMEDIUM 532 #define ENOSR 533 #define ELNRNG 534 +#define ENAVAIL 535 #endif /* _LINUXKPI_LINUX_ERRNO_H_ */ |
