mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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.
10 lines
199 B
C
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
|