mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 09:48:44 +01:00
Instead of using our own implementation, let's use the platform's endian conversion routines. For example, be32toh() instead of ntoh32(). Fixes: #2735 Signed-off-by: Yaniv Kaul <ykaul@redhat.com>