svn commit: r424067 - head/net/wireshark/files

Joe Marcus Clarke marcus at FreeBSD.org
Sun Oct 16 14:54:10 UTC 2016


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


More information about the svn-ports-all mailing list