1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/latd/files/patch-interfaces-bpf.cc
Kirill Ponomarev ad38e05fb3 Add latd 1.19, the linux-decnet project LAT protocol suite.
This is a redistribution of the linux-decnet project's
software, with FreeBSD compatability added. It is based very
closely on the NetBSD port by Matt Fredette and has benefitted
from the assistance of Patrick Caulfield (the original author).

PR:		60519
Submitted by:	Tillman Hodgson <tillman@seekingfire.com>
2003-12-23 22:43:07 +00:00

11 lines
253 B
C++

--- interfaces-bpf.cc.orig Tue Dec 23 23:40:11 2003
+++ interfaces-bpf.cc Tue Dec 23 23:40:32 2003
@@ -25,6 +25,7 @@
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/uio.h>
+#include <assert.h>
#include <net/if.h>
#include <net/bpf.h>