diff options
author | Ka Ho Ng <khng@FreeBSD.org> | 2021-08-24 09:13:00 +0000 |
---|---|---|
committer | Ka Ho Ng <khng@FreeBSD.org> | 2021-08-24 09:13:00 +0000 |
commit | 1a4c5061fc5ba8f2eee41456a6873547915f268a (patch) | |
tree | df66ea146874b552a35fe6bf40b5a7802fabf43e | |
parent | 1eaa36523cb921e90d61b20531ed525aba0cfe7e (diff) |
param: Bump __FreeBSD_version to 1400031
Commit 1eaa36523cb9 introduces backward compatible changes to
fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).
rmsr.r_offset and *offset is updated to contain meaningful value upon
returning from the call.
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 5ab48dce2a74..82787b4552af 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 1400030 +#define __FreeBSD_version 1400031 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |