Re: Merge inet_ntoa() and inet_ntoa4()

2013-04-17 Thread Martin Pieuchot
On 16/04/13(Tue) 14:44, Martin Pieuchot wrote: > Diff below merge two slightly different versions of our kernel's > inet_ntoa(). I picked 8 rooms for ip4buf to be consistent with > what ip6_sprintf() does. Please disregard this diff, I think that keeping these static buffers around is not the way

Merge inet_ntoa() and inet_ntoa4()

2013-04-16 Thread Martin Pieuchot
Diff below merge two slightly different versions of our kernel's inet_ntoa(). I picked 8 rooms for ip4buf to be consistent with what ip6_sprintf() does. ok? Index: netinet/ip_input.c === RCS file: /home/ncvs/src/sys/netinet/ip_input.