CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/02 16:34:31
Modified files:
sys/net : if_ppp.c if_sl.c
Log message:
The line-discipline-specific ioctls return -1 to indicate that
the non-line-discipline-specific ioctl handler should be tried.
So changing these to return ENOTTY was wrong.
Noted on misc@ because of resulting pppd log spam (but it didn't break
anything serious): http://marc.info/?l=openbsd-misc&m=127258856501621&w=2
ok sthen@, miod@
