mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix the build on 64-bit architectures.
This commit is contained in:
parent
781eebbf44
commit
6773b2c49d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185212
14
net/wireshark/files/patch-epan_crypt_airpdcap_interop.h
Normal file
14
net/wireshark/files/patch-epan_crypt_airpdcap_interop.h
Normal file
@ -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() */
|
Loading…
Reference in New Issue
Block a user