ports/net/wireshark/files/patch-extcap.c
Joe Marcus Clarke b8629f7428 net/wireshark: Update to 4.2.0
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.0.html for a
list of changes in this release.

Of note to FreeBSD users, wireshark now uses Qt6 (rather than 5), and
development files (e.g., headers), while installed by default can be
disabled by unchecking the DEVELOPMENT option.
2023-11-17 14:50:46 -05:00

10 lines
199 B
C

--- extcap.c.orig 2023-11-15 18:30:18 UTC
+++ extcap.c
@@ -22,6 +22,7 @@
#include <process.h>
#include <time.h>
#else
+#include <sys/wait.h>
/* Include for unlink */
#include <unistd.h>
#endif