From 64a507ad6b3c7e8455c67b452160b9e4211fd872 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 7 Jun 2021 11:50:20 +0200 Subject: compat: taskqueue draining was backported to stable/13 Since 407b687dfef ("Make sure all tasklets are drained before unloading the LinuxKPI. Else use-after-free may happen."), stable/13 now has the taskqueue API that we need. Reported-by: Herbert J. Skuhra Signed-off-by: Jason A. Donenfeld --- src/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compat.h b/src/compat.h index 575b44d..68b108c 100644 --- a/src/compat.h +++ b/src/compat.h @@ -8,7 +8,7 @@ #include -#if __FreeBSD_version < 1400000 +#if __FreeBSD_version < 1300507 #include #include -- cgit v1.2.3-59-g8ed1b