aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-15 06:38:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-15 06:38:54 +0000
commit6773b2c49d9886ffb8fdb75346cf1fd4cfb61356 (patch)
tree2c5c8491cdd320cda6bab5e9239818bc76112e7f /net/wireshark/files
parent781eebbf44a40c8e83d01c314cb2e27e6eb1b3e4 (diff)
downloadports-6773b2c49d9886ffb8fdb75346cf1fd4cfb61356.tar.gz
ports-6773b2c49d9886ffb8fdb75346cf1fd4cfb61356.zip
Fix the build on 64-bit architectures.
Notes
Notes: svn path=/head/; revision=185212
Diffstat (limited to 'net/wireshark/files')
-rw-r--r--net/wireshark/files/patch-epan_crypt_airpdcap_interop.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/wireshark/files/patch-epan_crypt_airpdcap_interop.h b/net/wireshark/files/patch-epan_crypt_airpdcap_interop.h
new file mode 100644
index 000000000000..d7241445d7e3
--- /dev/null
+++ b/net/wireshark/files/patch-epan_crypt_airpdcap_interop.h
@@ -0,0 +1,14 @@
+--- epan/crypt/airpdcap_interop.h.orig Thu Feb 15 01:26:42 2007
++++ epan/crypt/airpdcap_interop.h Thu Feb 15 01:27:00 2007
+@@ -85,9 +85,9 @@ typedef gchar CHAR;
+ typedef guchar UCHAR;
+ #endif
+
+-#ifndef size_t
++/*#ifndef size_t
+ typedef gsize size_t;
+-#endif
++#endif*/
+
+ #ifdef WIN32
+ #include <winsock2.h> /* ntohs() */