pkgsrc/security/openvas-libraries/patches/patch-aa
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
320 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/01/04 01:08:52 adrianp Exp $
--- libopenvas/plugutils.c.orig 2008-12-16 13:03:21.000000000 +0000
+++ libopenvas/plugutils.c
@@ -35,7 +35,7 @@
#include <unistd.h>
#include <errno.h>
#include <signal.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <time.h>
#include <glib.h>