diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-14 23:01:51 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-14 23:01:51 +0000 |
| commit | d14122ea447ab86d20c419aaa96a13f86808dd86 (patch) | |
| tree | bf65a6e13cd27dba57bca3061b07046d8148e18d /sys/kern/tty_subr.c | |
| parent | 47daf5d5d6eca700cc87b176c25db0262c657218 (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_subr.c')
| -rw-r--r-- | sys/kern/tty_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index a7a4fa10921e..c0fb632d853f 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: tty_subr.c,v 1.18 1995/11/20 12:15:45 phk Exp $ + * $Id: tty_subr.c,v 1.19 1995/12/14 08:32:04 phk Exp $ */ /* @@ -39,7 +39,7 @@ static void cblock_free __P((struct cblock *cblockp)); static void cblock_free_cblocks __P((int number)); #ifdef DDB -void DDB_cbstat __P((void)); +static void DDB_cbstat __P((void)); static void DDB_cbstat() |
