git: 8adb745dc971 - main - LinuxKPI: add ENAVAIL error code

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Sun, 01 Sep 2024 13:28:01 UTC
The branch main has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=8adb745dc9716e769ef0f7e993cea8a07735d5d8

commit 8adb745dc9716e769ef0f7e993cea8a07735d5d8
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-08-27 21:05:09 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-08-31 21:34:01 +0000

    LinuxKPI: add ENAVAIL error code
    
    Used by an updated wireless driver.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
    Reviewed by:    emaste
    Differential Revision: https://reviews.freebsd.org/D46461
---
 sys/compat/linuxkpi/common/include/linux/errno.h | 1 +
 1 file changed, 1 insertion(+)

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_ */