svn commit: r329159 - head/security/ipv6toolkit/files
Hiroki Sato
hrs at FreeBSD.org
Thu Oct 3 08:04:46 UTC 2013
Author: hrs
Date: Thu Oct 3 08:04:45 2013
New Revision: 329159
URL: http://svnweb.freebsd.org/changeset/ports/329159
Log:
Fix build on 8.x.
Reported by: pkg-fallout
Added:
head/security/ipv6toolkit/files/patch-tools-icmp6.c (contents, props changed)
Added: head/security/ipv6toolkit/files/patch-tools-icmp6.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/ipv6toolkit/files/patch-tools-icmp6.c Thu Oct 3 08:04:45 2013 (r329159)
@@ -0,0 +1,18 @@
+--- tools/icmp6.c.orig 2013-08-27 18:35:24.000000000 +0900
++++ tools/icmp6.c 2013-10-03 17:02:09.000000000 +0900
+@@ -47,6 +47,7 @@
+ #include <netinet/ip6.h>
+ #include <netinet/icmp6.h>
+ #include <pwd.h>
++#include <sys/socket.h>
+ #include <net/if.h>
+ #include <ifaddrs.h>
+ #ifdef __linux__
+@@ -54,7 +55,6 @@
+ #elif defined (__FreeBSD__) || defined(__NetBSD__) || defined (__OpenBSD__) || defined(__APPLE__)
+ #include <net/if_dl.h>
+ #endif
+-#include <sys/socket.h>
+ #include "icmp6.h"
+ #include "ipv6toolkit.h"
+ #include <netinet/tcp.h>
More information about the svn-ports-all
mailing list