com32: inet_ntoa() takes struct in_addr
authorH. Peter Anvin <hpa@zytor.com>
Tue, 26 Apr 2011 00:15:40 +0000 (17:15 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 26 Apr 2011 00:15:40 +0000 (17:15 -0700)
commit0c8bfd91ab11a00b796f32982a30414c8bac7ec9
tree5142bd9cdf882aa2e6bbbbabafb0a3f6d6a54da1
parent842d7e35ccd8cd89105faf0266497e838d96c8b3
com32: inet_ntoa() takes struct in_addr

The standard definition for inet_ntoa() is to take struct in_addr, and
not doing that causes a conflict on the lwip branch.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/hdt/hdt-dump-pxe.c
com32/include/netinet/in.h
com32/lib/inet.c