be52ce7665
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.
13 lines
320 B
Text
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>
|