pkgsrc/sysutils/pfstat/patches/patch-aa
peter ae56d629c9 Update to pfstat-2.3.
Added a patch to make it compile on NetBSD 3.1 (no pf+ALTQ).

(No changelog found)
2008-06-22 13:36:59 +00:00

12 lines
328 B
Text

$NetBSD: patch-aa,v 1.3 2008/06/22 13:36:59 peter Exp $
--- graph.c.old 2008-06-21 17:30:04.000000000 +0200
+++ graph.c 2008-06-22 00:27:15.000000000 +0200
@@ -37,7 +37,6 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <net/if.h>
-#include <net/pfvar.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>