tags 474857 + patch thanks Patch attached.
Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
diff -urNad wfnetobjs-0.2.2.orig/netobjs/host.cc wfnetobjs-0.2.2/netobjs/host.cc --- wfnetobjs-0.2.2.orig/netobjs/host.cc 2008-04-09 00:13:26.000000000 +0100 +++ wfnetobjs-0.2.2/netobjs/host.cc 2008-04-09 00:16:13.000000000 +0100 @@ -26,6 +26,7 @@ #endif #include <sstream> +#include <cstring> #include <algorithm> #include <stdio.h> diff -urNad wfnetobjs-0.2.2.orig/netobjs/iface.cc wfnetobjs-0.2.2/netobjs/iface.cc --- wfnetobjs-0.2.2.orig/netobjs/iface.cc 2008-04-09 00:13:26.000000000 +0100 +++ wfnetobjs-0.2.2/netobjs/iface.cc 2008-04-09 00:15:35.000000000 +0100 @@ -26,6 +26,7 @@ #endif #include <stdio.h> +#include <cstring> /* <<< guess */ #include <unistd.h> /* for close() */ #include <netinet/in.h> /* for IPPROTO_IP */ diff -urNad wfnetobjs-0.2.2.orig/netobjs/ipaddr.cc wfnetobjs-0.2.2/netobjs/ipaddr.cc --- wfnetobjs-0.2.2.orig/netobjs/ipaddr.cc 2008-04-09 00:13:26.000000000 +0100 +++ wfnetobjs-0.2.2/netobjs/ipaddr.cc 2008-04-09 00:13:48.000000000 +0100 @@ -30,6 +30,7 @@ #include <netinet/in.h> /* for struct in_addr on FreeBSD */ #include <netdb.h> /* for gethostbyaddr() */ #include <sys/socket.h> /* for AF_INET on NetBSD */ +#include <cstring> #include "wfipaddr.h" #include "wfindent.h" diff -urNad wfnetobjs-0.2.2.orig/netobjs/macaddr.cc wfnetobjs-0.2.2/netobjs/macaddr.cc --- wfnetobjs-0.2.2.orig/netobjs/macaddr.cc 2008-04-09 00:13:26.000000000 +0100 +++ wfnetobjs-0.2.2/netobjs/macaddr.cc 2008-04-09 00:17:23.000000000 +0100 @@ -26,6 +26,7 @@ #endif #include <stdio.h> /* for sprintf */ +#include <cstring> #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) //#include <net/if_ether.h> /* for ether_aton */ #endif diff -urNad wfnetobjs-0.2.2.orig/netobjs/network.cc wfnetobjs-0.2.2/netobjs/network.cc --- wfnetobjs-0.2.2.orig/netobjs/network.cc 2008-04-09 00:13:26.000000000 +0100 +++ wfnetobjs-0.2.2/netobjs/network.cc 2008-04-09 00:14:44.000000000 +0100 @@ -29,6 +29,7 @@ #include <stdio.h> #include <stdlib.h> +#include <cstring> #include <arpa/inet.h> #include "wfnetwork.h" diff -urNad wfnetobjs-0.2.2.orig/netobjs/route.cc wfnetobjs-0.2.2/netobjs/route.cc --- wfnetobjs-0.2.2.orig/netobjs/route.cc 2008-04-09 00:13:26.000000000 +0100 +++ wfnetobjs-0.2.2/netobjs/route.cc 2008-04-09 00:18:07.000000000 +0100 @@ -23,6 +23,7 @@ #include <stdio.h> #include <stdlib.h> +#include <cstring> #include "wfroute.h" #include "defs.h"
signature.asc
Description: PGP signature