diff options
Diffstat (limited to 'net-analyzer/wireshark/files/wireshark-0.99.5-sizet.patch')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-0.99.5-sizet.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-0.99.5-sizet.patch b/net-analyzer/wireshark/files/wireshark-0.99.5-sizet.patch deleted file mode 100644 index 1b2cfad7ff12..000000000000 --- a/net-analyzer/wireshark/files/wireshark-0.99.5-sizet.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- crypt/airpdcap_interop.h.orig 2007-02-02 09:56:19.000000000 +1100 -+++ crypt/airpdcap_interop.h 2007-02-10 15:29:13.000000000 +1100 -@@ -86,8 +86,10 @@ - #endif - - #ifndef size_t -+#ifndef _SIZE_T - typedef gsize size_t; - #endif -+#endif - - #ifdef WIN32 - #include <winsock2.h> /* ntohs() */ |