diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-04 23:31:21 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-04 23:31:21 +0000 |
| commit | 7fd72392d92b91d04d57585b4307711eb828bc2b (patch) | |
| tree | 7654566da48f6843800e476b63463ad91a816463 /sys/dev | |
| parent | 22cf0fb34df7987b9993d9153e2f6f556826f631 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/snp/snp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 3882b67d02cc5..ca2a753f0c468 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -96,16 +96,6 @@ dsnwrite(struct tty *tp, struct uio *uio, int flag) return (error); } -/* - * XXX should there be a global version of this? - */ -static int -l_nullioctl(struct tty *tp, u_long cmd, char *data, int flags, struct proc *p) -{ - - return (ENOIOCTL); -} - static struct linesw snpdisc = { ttyopen, ttylclose, ttread, dsnwrite, l_nullioctl, ttyinput, ttstart, ttymodem }; |
