Wireshark-commits: [Wireshark-commits] rev 51344: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat
Date: Wed, 14 Aug 2013 00:31:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51344

User: guy
Date: 2013/08/13 05:31 PM

Log:
 Include config.h first; it defines _FILE_OFFSET_BITS, and if some system
 header later causes it to be redefined - as happens on my Solaris 11
 virtual machine - we get a redefinition warning, which gets treated as
 an error.

Directory: /trunk/epan/wmem/
  Changes    Path                       Action
  +2 -2      wmem_allocator_simple.c    Modified
  +2 -2      wmem_allocator_strict.c    Modified
  +2 -2      wmem_array.c               Modified
  +2 -2      wmem_strbuf.c              Modified
  +2 -2      wmem_strutl.c              Modified
  +3 -1      wmem_test.c                Modified
  +2 -1      wmem_tree.c                Modified