mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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/
10 lines
261 B
C
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>
|