diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2024-01-31 00:47:49 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-01-31 00:48:31 +0000 |
commit | b566e44b2b88eb9f1b3b658998c7418cccab9e2f (patch) | |
tree | f33bb368c716d8be36c6133fd82dc76d0c3d1c9b | |
parent | 136d75ad86d1a62d673490ed2679e7819444f0a9 (diff) |
stable/14: bump __FreeBSD_version for kcmp(2) and kern_openatfp(9)
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 7afa1fc98af9..0cfd3517c0e8 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 1400506 +#define __FreeBSD_version 1400507 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |