forked from Lainports/freebsd-ports
OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user fontend. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications. WWW: http://www.openvas.org/ PR: ports/123127 Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
11 lines
297 B
C
11 lines
297 B
C
--- libopenvas/plugutils.c.orig 2008-04-26 22:03:11.000000000 +0900
|
|
+++ libopenvas/plugutils.c 2008-04-26 22:03:21.000000000 +0900
|
|
@@ -35,7 +35,7 @@
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <signal.h>
|
|
-#include <wait.h>
|
|
+#include <sys/wait.h>
|
|
#include <time.h>
|
|
|
|
#include "arglists.h"
|