Re: remove pcb hash macros

2018-09-11 Thread Claudio Jeker
On Tue, Sep 11, 2018 at 12:01:28AM +0200, Alexander Bluhm wrote: > Hi, > > I don't see any use for the INPCBHASH() macros. Just expand them. > > ok? OK claudio@ > bluhm > > Index: netinet/in_pcb.c > === > RCS file:

Re: remove pcb hash macros

2018-09-10 Thread Stefan Sperling
On Tue, Sep 11, 2018 at 12:01:28AM +0200, Alexander Bluhm wrote: > Hi, > > I don't see any use for the INPCBHASH() macros. Just expand them. > > ok? ok. Pretty pointless indeed. > > bluhm > > Index: netinet/in_pcb.c > === >

remove pcb hash macros

2018-09-10 Thread Alexander Bluhm
Hi, I don't see any use for the INPCBHASH() macros. Just expand them. ok? bluhm Index: netinet/in_pcb.c === RCS file: /data/mirror/openbsd/cvs/src/sys/netinet/in_pcb.c,v retrieving revision 1.241 diff -u -p -r1.241 in_pcb.c ---