Use an _actual_ fix for the byte-reverse warning.
commitbddda9bbdb047e52652f7c6f9c2047df15a4e08e
authorNick Mathewson <nickm@torproject.org>
Tue, 1 Sep 2009 19:51:09 +0000 (1 15:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 1 Sep 2009 19:51:09 +0000 (1 15:51 -0400)
tree1ec1b37e01db9967f76db2c1b4291c5190c53796
parent2f0184ece11d6663cb2dd4e161e29dd8861a20af
Use an _actual_ fix for the byte-reverse warning.

(Given that we're pretty much assuming that int is 32 bits, and given that
hex values are always unsigned, taking out the "ul" from 0xff000000 should
be fine.)
src/common/address.c