Remove warnings.. seems to compile as a module now too.

This commit is contained in:
Julian Elischer 2001-02-27 17:52:49 +00:00
parent ae19fe648c
commit e72bf8707b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73166

View File

@ -484,11 +484,9 @@ nmdmstop(tp, flush)
wakeup_other(tp, flag);
}
#if 0
static int
nmdmpoll(dev, events, p)
dev_t dev;
int events;
struct proc *p;
nmdmpoll(dev_t dev, int events, struct proc *p)
{
register struct tty *tp = dev->si_tty;
register struct tty *tp2;
@ -547,6 +545,7 @@ nmdmpoll(dev, events, p)
return (revents);
}
#endif /* 0 */
/*ARGSUSED*/
static int