lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian
authorJoe Perches <joe@perches.com>
Thu, 14 Jan 2010 04:23:30 +0000 (20:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Jan 2010 04:23:30 +0000 (20:23 -0800)
commit0159f24ee764927bf44c1a25473bd4517febd21c
tree752c52fb40f1bd77783812d14a84638cad0df594
parent3ccd4c6167d3b39d52631767ebbf8b5677c5855d
lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian

This should allow the removal of the #defines and uses
of NIPQUAD and NIPQUAD_FMT

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/vsprintf.c