From c17eb99a66e7d1e8a64458a969eeb7649f827493 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Sat, 8 Apr 2023 17:31:01 +0000 Subject: [PATCH] Bump __FreeBSD_version to 1400086 for vn_lock_pair arg change Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index a40003c1d68..f7190fa8b85 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400085 +#define __FreeBSD_version 1400086 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,