summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-27 08:11:25 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-27 08:11:25 +0000
commitfa2c0bb556de44faaf14e537723643ce4b7f6b0e (patch)
tree50996b17e680657a471702c2629a91f67cc7c8cd /packaging
parent2412913616db37727cee7a726fd6929cfa8c9b36 (diff)
downloadwireshark-fa2c0bb556de44faaf14e537723643ce4b7f6b0e.tar.gz
From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9576
Replace g_memmove with memmove However there still one move g_memmove related code in "packaging/macosx/native-gtk/glibconfig.h". svn path=/trunk/; revision=54472
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/native-gtk/glibconfig.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/macosx/native-gtk/glibconfig.h b/packaging/macosx/native-gtk/glibconfig.h
index e0a958931b..4873b48ac7 100644
--- a/packaging/macosx/native-gtk/glibconfig.h
+++ b/packaging/macosx/native-gtk/glibconfig.h
@@ -78,7 +78,6 @@ typedef unsigned long gsize;
# define g_ATEXIT(proc) (atexit (proc))
#endif
-#define g_memmove(dest,src,len) G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END
#define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 12