On Wed, Mar 02, 2022 at 12:47:11AM +0100, Alexander Bluhm wrote:
> Hi,
>
> The return value of in6_pcbnotify() is never used. Make it a void
> function.
>
> ok?
>
given we always return 0, which is nothing, then it makes sense to
return void, (which is also nothing).
ok sashan2
On Wed, Mar 02, 2022 at 12:47:11AM +0100, Alexander Bluhm wrote:
> Hi,
>
> The return value of in6_pcbnotify() is never used. Make it a void
> function.
>
> ok?
>
ok mvs@
> bluhm
>
> Index: netinet/in_pcb.h
> ===
> RCS file: /da
Hi,
The return value of in6_pcbnotify() is never used. Make it a void
function.
ok?
bluhm
Index: netinet/in_pcb.h
===
RCS file: /data/mirror/openbsd/cvs/src/sys/netinet/in_pcb.h,v
retrieving revision 1.122
diff -u -p -r1.122 in_pc