Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 08:04:46 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329159 - head/security/ipv6toolkit/files
Message-ID:  <201310030804.r9384kBC010389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310030804.r9384kBC010389>