freebsd-ports/net/wireshark/files/patch-extcap.c
Joe Marcus Clarke d5446849ea Update to 3.0.0.
Note: the GTK+ UI is now gone.  Qt 5 is all that remains.

See https://www.wireshark.org/docs/relnotes/wireshark-3.0.0.html for a list
of changes in this release.
2019-03-05 01:02:00 +00:00

10 lines
199 B
C

--- extcap.c.orig 2019-02-28 17:56:38 UTC
+++ extcap.c
@@ -21,6 +21,7 @@
#include <process.h>
#include <time.h>
#else
+#include <sys/wait.h>
/* Include for unlink */
#include <unistd.h>
#endif