Re: [External] : in6_pcbnotify void

2022-03-02 Thread Alexandr Nedvedicky
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

Re: in6_pcbnotify void

2022-03-01 Thread Vitaliy Makkoveev
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

in6_pcbnotify void

2022-03-01 Thread Alexander Bluhm
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