diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-10-16 14:54:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-10-16 14:54:09 +0000 |
commit | 6ef0876ee74c14bdec6a6a4cec5e9d211850683a (patch) | |
tree | bc1a4ea133f76c8a3404a7f9b2e003b882a87215 /net/wireshark/files/patch-extcap.c | |
parent | databases/mysql-connector-c++: Fix unconditional CMAKE_ARGS (diff) |
Commit forgotten patch from the 2.2.0 upgrade.
PR: 213516
Notes
Notes:
svn path=/head/; revision=424067
Diffstat (limited to 'net/wireshark/files/patch-extcap.c')
-rw-r--r-- | net/wireshark/files/patch-extcap.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/wireshark/files/patch-extcap.c b/net/wireshark/files/patch-extcap.c new file mode 100644 index 000000000000..29c1f729f941 --- /dev/null +++ b/net/wireshark/files/patch-extcap.c @@ -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 |