pkgsrc/security/openvas-libraries/patches/patch-ab
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

13 lines
346 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $
--- libopenvas/bpf_share.h.orig 2008-12-29 14:39:05.000000000 +0000
+++ libopenvas/bpf_share.h
@@ -26,6 +26,8 @@
#ifndef OPENVAS_BPF_SHARE_H
#define OPENVAS_BPF_SHARE_H
+#include <sys/types.h>
+
int bpf_server();
int bpf_open_live(char*, char*);
u_char* bpf_next(int, int *);