aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wg/compat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/wg/compat.h b/sys/dev/wg/compat.h
index 29f6ea92a50e..72bbf8c3571d 100644
--- a/sys/dev/wg/compat.h
+++ b/sys/dev/wg/compat.h
@@ -7,11 +7,4 @@
* It is different from support.h, which is for code that is not _yet_ upstream.
*/
-#include <sys/param.h>
-
#define COMPAT_NEED_BLAKE2S
-
-#if __FreeBSD_version < 1400059
-#include <sys/sockbuf.h>
-#define sbcreatecontrol(a, b, c, d, e) sbcreatecontrol(a, b, c, d)
-#endif