aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-01-24 19:46:12 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-01-25 16:04:44 +0000
commitd185e9fae91a48041363e36a6ee4a2a9c567fc16 (patch)
tree5bc75081c1c688ee30a113ff701e05fd9ae1a66b
parenta200c8e51cdb4586ad2eb20d2b45ba367f00beaf (diff)
Bump __FreeBSD_version to 1600011 after changes to eventfd
This covers the commits that updated the API and the commit that exposes that API in linuxkpi for DRM drivers. Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 410d18b53df6..65a244311fee 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1600010
+#define __FreeBSD_version 1600011
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,