freebsd-ports/security/openvas-libraries/files/patch-libopenvas-ftp_funcs.c
Edwin Groothuis 2b7aa4172c [NEW PORT] security/openvas-libraries: Libraries for OpenVAS
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>
2008-06-04 13:15:44 +00:00

10 lines
285 B
C

--- libopenvas/ftp_funcs.c.orig 2008-04-26 23:23:23.000000000 +0900
+++ libopenvas/ftp_funcs.c 2008-04-26 23:24:01.000000000 +0900
@@ -32,6 +32,7 @@
#include <netinet/in.h>
#include "network.h"
+#include <sys/socket.h>
int ftp_log_in(int soc, char * username, char * passwd)
{