Wireshark-commits: [Wireshark-commits] lts-1.8.2 c3b9ae8: g_memmove has been removed in favour of n

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 8 Aug 2014 07:12:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c3b9ae8511933c4b8b93b77cf33e4fb4a8ad6a06
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.8.2
Repository: wireshark

Commits:

c3b9ae8 by Evan Huus (eapache@xxxxxxxxx):

    g_memmove has been removed in favour of normal memmove in the latest glib
    versions, so do the same. Plain old memmove appears to be specified in C90, so
    I'm not sure why they ever needed a compat function in the first place...
    
    svn path=/trunk/; revision=54295
    
    Change-Id: I4e6411c60669e24077e6d5b191b6aca8cb60bff5
    Reviewed-on: https://code.wireshark.org/review/3477
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  e41fd4e   Enum was used after all. Restore it and namespace it with GLUSTER_ to avoid the collision.
    adds  c3b9ae8   g_memmove has been removed in favour of normal memmove in the latest glib versions, so do the same. Plain old memmove appears to be specified in C90, so I'm not sure why they ever needed a compat function in the first place...


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)