summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-09-28 09:14:07 +0000
committerart <art@openbsd.org>2001-09-28 09:14:07 +0000
commit04729580d6877d1b8687bed2e30f610a9c252eff (patch)
treef098b55be2963a63804535f6eb1530703600c80c
parentupgrade twe to untested, add ami to broken (diff)
downloadwireguard-openbsd-04729580d6877d1b8687bed2e30f610a9c252eff.tar.xz
wireguard-openbsd-04729580d6877d1b8687bed2e30f610a9c252eff.zip
Redundant prototypes.
-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.