param.h: Bump __FreeBSD_version to 1500004 for commit f5f277728a

Commit f5f277728a added a new VFS function called vfs_exjail_clone(),
which will be used by the ZFS module.  Bump the version for
this change.
This commit is contained in:
Rick Macklem 2023-11-23 08:01:41 -08:00
parent f5f277728a
commit 7fabea328f

View file

@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1500003
#define __FreeBSD_version 1500004
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,