From 21fce617d1de231a30833cdd9819ef61277b08d8 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 26 Nov 2023 22:18:56 -0700 Subject: [PATCH] param.h: Bump FreeBSD_version to 1500005 String of mechancial changes to the tree: sccs id removed, if 0'd copyright strings removed, mechanical style fix after htis churn and some macros removes from sys/cdefs.h. None of these should need a bump, but bump anyway out of an abundance of caution (and everything is going to rebuild anyway). Sponsored by: Netflix --- 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 71698ab686c..107b86707c9 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -73,7 +73,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500004 +#define __FreeBSD_version 1500005 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,