summaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-04 13:25:33 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-04 13:25:33 +0000
commit4fda91c705838783b4fffd707628d4de7f673c35 (patch)
tree6f35ae0e7caade790223565873d04a0f034c5822 /sys/kern/tty_pty.c
parentdd1642c2c4b5722b53e8fd5e92f39e6ddff9376e (diff)
Notes
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r--sys/kern/tty_pty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index a13cb0abc90f..2baaea2d113f 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.22 1995/10/25 18:23:58 bde Exp $
+ * $Id: tty_pty.c,v 1.23 1995/10/30 17:16:55 bde Exp $
*/
/*
@@ -82,8 +82,6 @@ int npty = NPTY; /* for pstat -t */
#define PF_NOSTOP 0x40
#define PF_UCNTL 0x80 /* user control mode */
-void ptsstop __P((struct tty *, int));
-
/*
* Establish n (or default if n is 1) ptys in the system.
*