We now always have inet_ntop, even if it's our own implementation.
authoraland <aland>
Wed, 20 Apr 2005 20:15:30 +0000 (20:15 +0000)
committeraland <aland>
Wed, 20 Apr 2005 20:15:30 +0000 (20:15 +0000)
commit4336db4fd23b6de131db0b510ec0c3f3ef7b03a8
treeb3defe1c9752a657f3d147e49b4e34495b6099a1
parente2b5df2ad0cead6e2cf1cccc710ed8550507340a
We now always have inet_ntop, even if it's our own implementation.
We always have AF_INET6, even if it's our own definition.

Our own inet_ntop now prints IPv4 and IPv6 in a dumb, but simple
format
src/lib/misc.c
src/lib/print.c