Avoid htons and ntohs in deSocket
authorPyry Haulos <phaulos@google.com>
Tue, 30 Jun 2015 17:48:49 +0000 (10:48 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 30 Jun 2015 17:48:49 +0000 (10:48 -0700)
commit34cc2f97562d1437b6f1787c9b50ad6a82a133ed
tree3cffcee8e9c4e96622ff07b9d2c21991253d52e7
parent999a3a5d7dfaf7790797f3a6227f33a15b3454e4
Avoid htons and ntohs in deSocket

Despite best efforts, the magic required for htons/ntohs implementation
seems to always trigger warnings on some platform or build target.

Change-Id: Ib38202e07c55a98122715d6b17a4dfcc25b91f6d
framework/delibs/debase/deInt32.h
framework/delibs/debase/deInt32Test.c
framework/delibs/deutil/deSocket.c