git: 6feeb67bf81e - main - Bump __FreeBSD_version for struct sysinit change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Aug 2023 06:03:34 UTC
The branch main has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=6feeb67bf81e4a80710fee58ab78bb9281c37659
commit 6feeb67bf81e4a80710fee58ab78bb9281c37659
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-08-20 06:01:27 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-08-20 06:03:30 +0000
Bump __FreeBSD_version for struct sysinit change
The layout of struct sysinit changed in cedc82c0466a to add a
"SLIST_ENTRY(sysinit) next" field so that sysinits can be placed
into a linked list.
Reported by: jrtc27
---
sys/sys/param.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 49839e3a3598..1b8df48e4bd8 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400094
+#define __FreeBSD_version 1400095
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,