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
This commit is contained in:
Jean-Sébastien Pédron
2026-01-24 20:46:12 +01:00
parent a200c8e51c
commit d185e9fae9
+1 -1
View File
@@ -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,