Re: in6_setsockaddr and in6_setpeeraddr can return void, like their v4 counterparts

2019-10-16 Thread Alexander Bluhm
On Wed, Oct 16, 2019 at 08:19:28PM +1000, David Gwynne wrote: > the ipv4 ones return void, and these can't fail, so make them return > nothing too. > > ok? OK bluhm@ > Index: netinet/in_pcb.h > === > RCS file:

in6_setsockaddr and in6_setpeeraddr can return void, like their v4 counterparts

2019-10-16 Thread David Gwynne
the ipv4 ones return void, and these can't fail, so make them return nothing too. ok? Index: netinet/in_pcb.h === RCS file: /cvs/src/sys/netinet/in_pcb.h,v retrieving revision 1.116 diff -u -p -r1.116 in_pcb.h --- netinet/in_pcb.h