mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
The Greenbone Vulnerability Manager is the central management service between security scanners and the user clients. It manages the storage of any vulnerability management configurations and of the scan results. Access to data, control commands and workflows is offered via the XML-based Greenbone Management Protocol (GMP). Controlling scanners like OpenVAS is done via the Open Scanner Protocol (OSP). WWW: https://github.com/greenbone/gvmd
11 lines
257 B
C
11 lines
257 B
C
--- src/utils.c 2020-12-31 16:52:50.534962000 -0500
|
|
+++ src/utils.c 2020-12-31 16:52:59.759527000 -0500
|
|
@@ -34,7 +34,7 @@
|
|
/**
|
|
* @brief Needed for nanosleep.
|
|
*/
|
|
-#define _POSIX_C_SOURCE 199309L
|
|
+//#define _POSIX_C_SOURCE 199309L
|
|
|
|
#include "utils.h"
|
|
|