ports/net/vde2/files/patch-src_vde__pcapplug.c
Kurt Jaeger bfee28c0e3 net/vde2: fix build error: use of undeclared identifier 'BIOCSHDRCMPLT'
- fix build
- change WWW to github
- pet portlint

PR:		229525
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2019-09-04 19:05:22 +00:00

11 lines
252 B
C

--- src/vde_pcapplug.c.orig 2011-11-23 16:41:18 UTC
+++ src/vde_pcapplug.c
@@ -24,6 +24,7 @@
#include <errno.h>
#include <string.h>
#include <sys/ioctl.h>
+#include <net/bpf.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>