Re: KAME ioctl leftovers

2017-10-19 Thread Alexander Bluhm
On Wed, Oct 18, 2017 at 01:34:27PM +0200, Martin Pieuchot wrote: > Kill ioctl(2) added with original KAME import that have never been used. > FreeBSD also stopped supporting them in 2013. > > ok? OK bluhm@ > Index: sys/sockio.h > ==

Re: KAME ioctl leftovers

2017-10-18 Thread Claudio Jeker
On Wed, Oct 18, 2017 at 01:34:27PM +0200, Martin Pieuchot wrote: > Kill ioctl(2) added with original KAME import that have never been used. > FreeBSD also stopped supporting them in 2013. > > ok? Agreed, if it builds OK claudio. The amount of - is shocking... > Index: sys/sockio.h > ===

Re: KAME ioctl leftovers

2017-10-18 Thread Florian Obser
On Wed, Oct 18, 2017 at 11:34:27AM +, Martin Pieuchot wrote: > Kill ioctl(2) added with original KAME import that have never been used. > FreeBSD also stopped supporting them in 2013. usr.sbin/bind is looking at SIOCGLIFADDR, but it looks like it's properly guarded by #ifdef. debian codesearch

KAME ioctl leftovers

2017-10-18 Thread Martin Pieuchot
Kill ioctl(2) added with original KAME import that have never been used. FreeBSD also stopped supporting them in 2013. ok? Index: sys/sockio.h === RCS file: /cvs/src/sys/sys/sockio.h,v retrieving revision 1.70 diff -u -p -r1.70 socki