ports/security/openvas9-manager/files/patch-src-manage_migrators.c
Jose Alonso Cardenas Marquez 184d4d4221 - New port: security/openvas9-manager
The Open Vulnerability Assessment System (OpenVAS) is a framework of several
services and tools offering a comprehensive and powerful vulnerability
scanning and vulnerability management solution.

This package contains the OpenVAS Manager which provides services on top of
the OpenVAS Scanner to manage scan results, configurations and user access
control.

WWW: http://www.openvas.org/
2017-08-03 22:43:53 +00:00

10 lines
261 B
C

--- src/manage_migrators.c.orig 2015-08-03 05:52:13 UTC
+++ src/manage_migrators.c
@@ -122,6 +122,7 @@
/* time.h in glibc2 needs this for strptime. */
#define _XOPEN_SOURCE
+#include <sys/wait.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>