git: 5bbfa333cfc4 - main - ipresend(1): Make the build slightly less broken.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Nov 2021 18:03:29 UTC
The branch main has been updated by allanjude:
URL: https://cgit.FreeBSD.org/src/commit/?id=5bbfa333cfc435c16cdfee20d84b17954972f610
commit 5bbfa333cfc435c16cdfee20d84b17954972f610
Author: Allan Jude <allanjude@FreeBSD.org>
AuthorDate: 2021-11-22 17:58:08 +0000
Commit: Allan Jude <allanjude@FreeBSD.org>
CommitDate: 2021-11-22 18:03:24 +0000
ipresend(1): Make the build slightly less broken.
X-NetApp-PR: 35
Sponsored by: NetApp, Inc.
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D27335
---
contrib/ipfilter/ipsend/sock.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/ipfilter/ipsend/sock.c b/contrib/ipfilter/ipsend/sock.c
index 7754ef9d8e1c..51418d64d1fe 100644
--- a/contrib/ipfilter/ipsend/sock.c
+++ b/contrib/ipfilter/ipsend/sock.c
@@ -42,6 +42,7 @@ typedef int boolean_t;
#include <nlist.h>
#include <sys/user.h>
#include <sys/socket.h>
+#define _WANT_SOCKET
#include <sys/socketvar.h>
#include <sys/proc.h>
# include <kvm.h>