Re: if_ioctl is not NULL

2017-10-19 Thread Alexander Bluhm
On Wed, Oct 18, 2017 at 01:42:57PM +0200, Martin Pieuchot wrote: > All are drivers provides it and if_attach() now asserts that it is not > NULL. > > Let's get rid of those checks, ok? OK bluhm@ > Index: netinet/in.c > === > RCS fil

if_ioctl is not NULL

2017-10-18 Thread Martin Pieuchot
All are drivers provides it and if_attach() now asserts that it is not NULL. Let's get rid of those checks, ok? Index: netinet/in.c === RCS file: /cvs/src/sys/netinet/in.c,v retrieving revision 1.140 diff -u -p -r1.140 in.c --- netin