diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-13 16:02:20 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-13 16:02:20 +0000 |
| commit | b18394cb094eea786528e5e96c7e00bedcdfb8d6 (patch) | |
| tree | fe6f547a6d942578301d15f40247eadb6e91449d /sys/kern/tty_subr.c | |
| parent | de88805bc033261b9d4622a34764d5b8bb91beaf (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_subr.c')
| -rw-r--r-- | sys/kern/tty_subr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index 1b6886c66302..98824d9948da 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id$ + * $Id: tty_subr.c,v 1.5 1994/08/02 07:42:53 davidg Exp $ */ /* @@ -27,8 +27,6 @@ int cfreecount = 0; #define INITIAL_CBLOCKS 50 #endif -void cblock_alloc_cblocks __P((int)); - #define MBUF_DIAG #ifdef MBUF_DIAG void |
