Fixed staticization of DDB functions.

This commit is contained in:
Bruce Evans 1995-12-14 23:01:51 +00:00
parent 47daf5d5d6
commit d14122ea44
7 changed files with 14 additions and 14 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.39 1995/11/29 19:57:22 wollman Exp $
* $Id: clock.c,v 1.40 1995/12/10 13:38:23 phk Exp $
*/
/*
@ -256,7 +256,7 @@ rtcintr(struct clockframe frame)
}
#ifdef DDB
void
static void
DDB_printrtc(void)
{
printf("%02x/%02x/%02x %02x:%02x:%02x, A = %02x, B = %02x, C = %02x\n",

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.39 1995/11/29 19:57:22 wollman Exp $
* $Id: clock.c,v 1.40 1995/12/10 13:38:23 phk Exp $
*/
/*
@ -256,7 +256,7 @@ rtcintr(struct clockframe frame)
}
#ifdef DDB
void
static void
DDB_printrtc(void)
{
printf("%02x/%02x/%02x %02x:%02x:%02x, A = %02x, B = %02x, C = %02x\n",

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.39 1995/11/29 19:57:22 wollman Exp $
* $Id: clock.c,v 1.40 1995/12/10 13:38:23 phk Exp $
*/
/*
@ -256,7 +256,7 @@ rtcintr(struct clockframe frame)
}
#ifdef DDB
void
static void
DDB_printrtc(void)
{
printf("%02x/%02x/%02x %02x:%02x:%02x, A = %02x, B = %02x, C = %02x\n",

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.39 1995/11/29 19:57:22 wollman Exp $
* $Id: clock.c,v 1.40 1995/12/10 13:38:23 phk Exp $
*/
/*
@ -256,7 +256,7 @@ rtcintr(struct clockframe frame)
}
#ifdef DDB
void
static void
DDB_printrtc(void)
{
printf("%02x/%02x/%02x %02x:%02x:%02x, A = %02x, B = %02x, C = %02x\n",

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
* $Id: clock.c,v 1.39 1995/11/29 19:57:22 wollman Exp $
* $Id: clock.c,v 1.40 1995/12/10 13:38:23 phk Exp $
*/
/*
@ -256,7 +256,7 @@ rtcintr(struct clockframe frame)
}
#ifdef DDB
void
static void
DDB_printrtc(void)
{
printf("%02x/%02x/%02x %02x:%02x:%02x, A = %02x, B = %02x, C = %02x\n",

View File

@ -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()

View File

@ -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()