openbsd-ports/net/trafd/patches/patch-lib_addrtoname_c
form b1ae28d539 trafd 3.0.1
trafd is a superset of trafshow, and extends it by adding a daemon
which collects data about network connections (src, dst, protocol
and length). The resulting data can be dumped to a file for later
processing.
2000-09-15 05:17:40 +00:00

12 lines
308 B
Plaintext

$OpenBSD: patch-lib_addrtoname_c,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
--- lib/addrtoname.c.orig Fri Sep 15 11:30:42 2000
+++ lib/addrtoname.c Fri Sep 15 11:30:55 2000
@@ -36,7 +36,6 @@ struct rtentry;
#include <net/if.h>
#include <netinet/in.h>
-#include <net/ethernet.h>
#include <arpa/inet.h>