Add a dummy kdstop().

This commit is contained in:
mycroft 1995-04-10 07:33:53 +00:00
parent 9da61beca9
commit c126c9401f

View File

@ -1,4 +1,4 @@
/* $NetBSD: kd.c,v 1.11 1995/03/28 16:09:41 gwr Exp $ */
/* $NetBSD: kd.c,v 1.12 1995/04/10 07:33:53 mycroft Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -161,6 +161,14 @@ kdwrite(dev, uio, flag)
return ((*linesw[tp->t_line].l_write)(tp, uio, flag));
}
int
kdstop(tp, flag)
struct tty *tp;
int flag;
{
}
int
kdioctl(dev, cmd, data, flag, p)
dev_t dev;