git: ddd9004e7a5d - main - Bump __FreeBSD_version after the removal of OBJT_DEFAULT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 13:46:14 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=ddd9004e7a5dbf02c34ef0effcef90f7d5df357d
commit ddd9004e7a5dbf02c34ef0effcef90f7d5df357d
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-07-18 13:44:59 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-07-18 13:45:31 +0000
Bump __FreeBSD_version after the removal of OBJT_DEFAULT
Out-of-tree modules which allocate an object of type OBJT_DEFAULT need
to be recompiled. No other changes are required, however.
---
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 0e132a865443..4ccba94c0d50 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400063
+#define __FreeBSD_version 1400064
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,