diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:18:56 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:24:03 +0000 |
commit | 21fce617d1de231a30833cdd9819ef61277b08d8 (patch) | |
tree | d528ad8ae30ee85b7e556a7a1b709e628b2bf5fd | |
parent | 17a238a15fbed01477fbc54744d35cbccdb65871 (diff) |
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
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 71698ab686ca..107b86707c9e 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, |