pkgsrc/security/openvas-libraries/patches/patch-ac
adrianp be52ce7665 OpenVAS stands for Open Vulnerability Assessment System and is a
network security scanner with associated tools like a graphical
user front-end. The core component is a server with a set of network
vulnerability tests (NVTs) to detect security problems in remote
systems and applications.
2009-01-04 01:08:52 +00:00

12 lines
330 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $
--- libopenvas/pcap.c.orig 2008-12-16 13:03:21.000000000 +0000
+++ libopenvas/pcap.c
@@ -16,6 +16,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <netinet/in.h>
#include <resolv.h>
#include <pcap.h>
#include <net/if.h>