Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/dev/sio/sio.c 129939 2004-06-01 11:57:15Z phk $");
---
> __FBSDID("$FreeBSD: head/sys/dev/sio/sio.c 130057 2004-06-04 08:02:37Z phk $");
2051,2055c2051
< error = (*linesw[tp->t_line].l_ioctl)(tp, cmd, data, flag, td);
< if (error != ENOIOCTL)
< return (error);
< s = spltty();
< error = ttioctl(tp, cmd, data, flag);
---
> error = ttyioctl(dev, cmd, data, flag, td);
2057,2058c2053
< if (error != ENOIOCTL) {
< splx(s);
---
> if (error != ENOTTY)
2060c2055
< }
---
> s = spltty();