diff options
author | Ka Ho Ng <khng@FreeBSD.org> | 2021-08-25 16:02:43 +0000 |
---|---|---|
committer | Ka Ho Ng <khng@FreeBSD.org> | 2021-08-25 16:03:55 +0000 |
commit | 76321d2d432ed270d93b282e54e59b708c0cf3b4 (patch) | |
tree | e522f3c141ab1aa5161db83c2e4809cb2b794a87 | |
parent | 9e202d036dd6f38ce0f578aa2086ebc358315bab (diff) |
param: Bump __FreeBSD_version to 1400032
Commit 9e202d036dd6 introduces incompatible changes to
fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9)'s
rmsr.r_offset/*offset return value.
Sponsored by: The FreeBSD Foundation
-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 82787b4552af..04baa3cf3690 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400031 +#define __FreeBSD_version 1400032 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |