git: 8cc2156f85bb - stable/13 - Bump the FreeBSD kernel version in kernel boot shim.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 22:09:43 UTC
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8cc2156f85bb5cd0c4bae6882b72b215281b1fc5 commit 8cc2156f85bb5cd0c4bae6882b72b215281b1fc5 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2021-02-17 15:45:09 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-01-24 21:49:16 +0000 Bump the FreeBSD kernel version in kernel boot shim. Sponsored by: Mellanox Technologies // NVIDIA Networking (cherry picked from commit d23b583dfdd5669aeeb0693bdf3b30bfde98d4b4) --- stand/kshim/bsd_kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/kshim/bsd_kernel.h b/stand/kshim/bsd_kernel.h index 9e870475127f..808b1b078db5 100644 --- a/stand/kshim/bsd_kernel.h +++ b/stand/kshim/bsd_kernel.h @@ -32,7 +32,7 @@ #endif #undef __FreeBSD_version -#define __FreeBSD_version 1300000 +#define __FreeBSD_version 1400000 #include <sys/cdefs.h> #include <sys/queue.h>