git: 8e5f4f5f75a7 - stable/14 - LinuxKPI: add ENAVAIL error code

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Sat, 28 Sep 2024 10:38:20 UTC
The branch stable/14 has been updated by bz:

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

commit 8e5f4f5f75a7348a86470916bab9107f53040242
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-08-27 21:05:09 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-09-28 10:35:13 +0000

    LinuxKPI: add ENAVAIL error code
    
    Used by an updated wireless driver.
    
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    emaste
    Differential Revision: https://reviews.freebsd.org/D46461
    
    (cherry picked from commit 8adb745dc9716e769ef0f7e993cea8a07735d5d8)
---
 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_ */