summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-28 09:14:08 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-28 09:14:08 +0000
commit491b273070b101dc6eaa5a9e2f86bf47f250b086 (patch)
tree3628b4ddd14d2992d10d0c792d961c3bac0ceb2f /sys/kern
parenta3570a8be538cacd8d7ff0eeeec70fe5fe7c4677 (diff)
Redundant prototypes.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/tty_subr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c
index 5e2ac28c78c..0f28b0ffef2 100644
--- a/sys/kern/tty_subr.c
+++ b/sys/kern/tty_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_subr.c,v 1.13 2001/07/05 10:12:25 art Exp $ */
+/* $OpenBSD: tty_subr.c,v 1.14 2001/09/28 09:14:07 art Exp $ */
/* $NetBSD: tty_subr.c,v 1.13 1996/02/09 19:00:43 christos Exp $ */
/*
@@ -63,13 +63,9 @@
#endif
void cinit __P((void));
-int ndqb __P((struct clist *, int));
-int putc __P((int, struct clist *));
#ifdef QBITS
void clrbits __P((u_char *, int, int));
#endif
-int b_to_q __P((u_char *, int, struct clist *));
-u_char *firstc __P((struct clist *, int *));
/*
* Initialize clists.