710ac4d051
* not have libresolv, but required functions in libc. * need to include <sys/socket.h> exactly in some place.
14 lines
391 B
Text
14 lines
391 B
Text
$NetBSD: patch-ai,v 1.1 2011/01/01 12:13:11 obache Exp $
|
|
|
|
* need to include sys/socket.h exactly on DragonFly.
|
|
|
|
--- libopenvas/ftp_funcs.c.orig 2008-12-16 13:03:21.000000000 +0000
|
|
+++ libopenvas/ftp_funcs.c
|
|
@@ -30,6 +30,7 @@
|
|
/* this works for libc6 systems, unclear
|
|
* wether it will not work on other systems */
|
|
#include <netinet/in.h>
|
|
+#include <sys/socket.h>
|
|
|
|
#include "network.h"
|
|
|