diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 15:55:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 15:55:34 +0000 |
| commit | c73feca0b7ac475e04a1a97b525ad461b3eca29e (patch) | |
| tree | f662b88f29ea0b27902ef1878e7b04370f7d3b1f /sys/kern/tty_pty.c | |
| parent | d9f9371008a4433a269555c374912db62ef797c0 (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_pty.c')
| -rw-r--r-- | sys/kern/tty_pty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index 55c44ddb22d4..0a68bf44ad44 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_pty.c 8.2 (Berkeley) 9/23/93 - * $Id: tty_pty.c,v 1.29 1995/12/08 11:17:09 julian Exp $ + * $Id: tty_pty.c,v 1.30 1995/12/08 23:21:34 phk Exp $ */ /* @@ -66,7 +66,7 @@ static d_read_t ptsread; static d_write_t ptswrite; static d_ioctl_t ptyioctl; static d_stop_t ptsstop; -static d_ttycv_t ptydevtotty; +static d_devtotty_t ptydevtotty; static d_open_t ptcopen; static d_close_t ptcclose; static d_read_t ptcread; |
