aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2024-01-31 00:47:49 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-01-31 00:48:31 +0000
commitb566e44b2b88eb9f1b3b658998c7418cccab9e2f (patch)
treef33bb368c716d8be36c6133fd82dc76d0c3d1c9b
parent136d75ad86d1a62d673490ed2679e7819444f0a9 (diff)
stable/14: bump __FreeBSD_version for kcmp(2) and kern_openatfp(9)
Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 7afa1fc98af9..0cfd3517c0e8 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 1400506
+#define __FreeBSD_version 1400507
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,