aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/0002-FS-verto-bswap_64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch/0002-FS-verto-bswap_64.patch')
-rw-r--r--main/freeswitch/0002-FS-verto-bswap_64.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/freeswitch/0002-FS-verto-bswap_64.patch b/main/freeswitch/0002-FS-verto-bswap_64.patch
deleted file mode 100644
index 0cee934c798..00000000000
--- a/main/freeswitch/0002-FS-verto-bswap_64.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/mod/endpoints/mod_verto/ws.h
-+++ b/src/mod/endpoints/mod_verto/ws.h
-@@ -36,6 +36,9 @@
- ((x>>40) & 0x000000000000FF00) | \
- (x<<56)
- #endif
-+#ifndef __bswap_64
-+#include <byteswap.h>
-+#endif
- #ifdef _MSC_VER
- #ifndef strncasecmp
- #define strncasecmp _strnicmp \ No newline at end of file