aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r--sys/kern/tty_pty.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index f8c6b007f7fd..9981efa555f2 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.17 1995/08/02 02:55:47 bde Exp $
+ * $Id: tty_pty.c,v 1.19 1995/08/02 11:26:50 ache Exp $
*/
/*
@@ -296,8 +296,11 @@ ptcopen(dev, flag, devtype, p)
}
int
-ptcclose(dev)
+ptcclose(dev, flags, fmt, p)
dev_t dev;
+ int flags;
+ int fmt;
+ struct proc *p;
{
register struct tty *tp;