diff options
| author | Paul Traina <pst@FreeBSD.org> | 1995-02-28 00:21:11 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1995-02-28 00:21:11 +0000 |
| commit | 8c5c37cd75a4a04aaabf0cbc8ad95664aeb45380 (patch) | |
| tree | 91c6a33544eb4628383ab7c05b8571d00b6f35d3 /sys/dev/syscons/syscons.h | |
| parent | db312e66977ef135629288a5450d232fc8385ccb (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 60cf84eb94db..7b94bf5ecd96 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.h,v 1.1 1995/02/22 13:40:21 sos Exp $ + * $Id: syscons.h,v 1.2 1995/02/25 20:09:21 pst Exp $ */ /* @@ -175,7 +175,7 @@ void scintr(int unit); int pcmmap(dev_t dev, int offset, int nprot); static void scinit(void); static u_int scgetc(int noblock); -static struct tty *get_tty_ptr(dev_t dev); +struct tty *scdevtotty(dev_t dev); static scr_stat *get_scr_stat(dev_t dev); static scr_stat *alloc_scp(); static void init_scp(scr_stat *scp); |
