ports/net/traff/files/patch-readconfig.h
Marcus Alves Grando 5402fcdd5e New port
Traff is a program that attaches itself to one or more
network interfaces, sniffs all IP-packages passing at it and
accounts each packets size. The collected information can be
dumped to a mysql-Database, for further processing.
The configuration is very flexible, allowing you to create
different/multiple accounting rules.

PR:		86615
Submitted by:	Dan Caescu <dancaescu@netcaetera.ro>
Approved by:	pav (mentor)
2005-09-28 16:34:40 +00:00

11 lines
219 B
C

--- readconfig.h.orig Wed Feb 13 06:54:06 2002
+++ readconfig.h Tue Sep 27 19:33:19 2005
@@ -14,7 +14,7 @@
#endif
#if withPGSQL
-#include <postgresql/libpq-fe.h>
+#include <libpq-fe.h>
#endif
#include <pcap.h>