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 <kevans@FreeBSD.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Kyle Evans 2022-10-28 20:45:05 -05:00 committed by Jason A. Donenfeld
parent 71799a8f6d
commit 7b2ae7aa2f
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <sys/nv.h>
#include <sys/sockio.h>
#include <dev/if_wg/if_wg.h>
#include <dev/wg/if_wg.h>
#define IPC_SUPPORTS_KERNEL_INTERFACE