diff options
Diffstat (limited to 'network/wireshark/wireshark.patch')
-rw-r--r-- | network/wireshark/wireshark.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/network/wireshark/wireshark.patch b/network/wireshark/wireshark.patch deleted file mode 100644 index 2d64c04fb19f..000000000000 --- a/network/wireshark/wireshark.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- wireshark-3.2.0/sharkd_session.c.orig 2019-12-24 07:18:33.288976163 +0700 -+++ wireshark-3.2.0/sharkd_session.c 2019-12-24 07:18:52.448168808 +0700 -@@ -16,6 +16,7 @@ - #include <stdarg.h> - #include <string.h> - #include <errno.h> -+#include <stdint.h> - - #include <glib.h> - |