diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-11-01 04:22:33 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-11-01 04:24:22 +0000 |
commit | ef85fd507e6e1784a726bccd485129e00bb63311 (patch) | |
tree | fd44e13da91fc8741b4947b1734cde9e9f483307 | |
parent | 0527c9bdc7187a0b92511f021dcdbbac84f1c579 (diff) |
param.h: FreeBSD_version 1500003: ino64 forward compat removal
Bump FreeBSD_version to 1500003 to mark the removal of the forward
compat code for the inode64 conversion. This removal should be a nop.
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 929458626a85..3595b0a43d36 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500002 +#define __FreeBSD_version 1500003 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |