From: Kyle Evans Date: Sat, 29 Oct 2022 01:45:05 +0000 (-0500) Subject: ipc: freebsd: move if_wg path to reflect new in-tree location X-Git-Tag: v1.0.20250521~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b2ae7aa2f52fbac65874a641cbfbb0182d0ba46;p=thirdparty%2Fwireguard-tools.git ipc: freebsd: move if_wg path to reflect new in-tree location When we re-added if_wg to the tree, we changed directories in dev to strip the if_ (we don't use this prefix for other interfaces' directories). Adjust it here as a convenience, so that when we import wireguard-tools to FreeBSD the path will just work as-is with our usual build. Signed-off-by: Kyle Evans Signed-off-by: Jason A. Donenfeld --- diff --git a/src/ipc-freebsd.h b/src/ipc-freebsd.h index 2c10c10..b5be15b 100644 --- a/src/ipc-freebsd.h +++ b/src/ipc-freebsd.h @@ -6,7 +6,7 @@ #include #include -#include +#include #define IPC_SUPPORTS_KERNEL_INTERFACE diff --git a/src/uapi/freebsd/dev/if_wg/if_wg.h b/src/uapi/freebsd/dev/wg/if_wg.h similarity index 100% rename from src/uapi/freebsd/dev/if_wg/if_wg.h rename to src/uapi/freebsd/dev/wg/if_wg.h