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
This commit is contained in:
Warner Losh 2023-11-26 22:18:56 -07:00
parent 17a238a15f
commit 21fce617d1

View file

@ -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,