diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2024-01-23 22:57:02 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-01-24 05:13:26 +0000 |
commit | 120ceebab5d4947dfc80d7492effa034a925d43e (patch) | |
tree | 493a4aef2d3fdd731cc587e702c4a0e6a8f4e7bd | |
parent | c662306e19ce60d0f5e5e32a22ddcd5c79a90849 (diff) |
Bump __FreeBSD_version for kern_openatfp(9) and kcmp(2)
-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 b5a5398497e0..3f99ee36e4af 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -73,7 +73,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500011 +#define __FreeBSD_version 1500012 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |