Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 14:54:09 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424067 - head/net/wireshark/files
Message-ID:  <201610161454.u9GEs9s7028682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sun Oct 16 14:54:09 2016
New Revision: 424067
URL: https://svnweb.freebsd.org/changeset/ports/424067

Log:
  Commit forgotten patch from the 2.2.0 upgrade.
  
  PR:		213516

Added:
  head/net/wireshark/files/
  head/net/wireshark/files/patch-extcap.c   (contents, props changed)

Added: head/net/wireshark/files/patch-extcap.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/wireshark/files/patch-extcap.c	Sun Oct 16 14:54:09 2016	(r424067)
@@ -0,0 +1,10 @@
+--- extcap.c.orig	2016-09-12 21:16:52 UTC
++++ extcap.c
+@@ -33,6 +33,7 @@
+ #include <process.h>
+ #include <time.h>
+ #else
++#include <sys/wait.h>
+ /* Include for unlink */
+ #include <unistd.h>
+ #endif



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