HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/security/openvas/files/patch-misc_network.c
--- misc/network.c	2020-12-31 17:15:39.790259000 -0500
+++ misc/network.c	2020-12-31 17:16:09.182113000 -0500
@@ -44,6 +44,7 @@
 #include <string.h>
 #include <sys/time.h> /* for gettimeofday */
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <unistd.h>
 
 #ifdef __FreeBSD__