diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-20 12:15:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-20 12:15:45 +0000 |
| commit | 48cee076556ba3bc2a10ba8f0a7bd0bcda3e25e9 (patch) | |
| tree | 4a3ad9cc149f064bc59c757b47b5eef413d2c450 | |
| parent | 78535df22390eb0ec184a21aade00bcd87b3b748 (diff) | |
Notes
| -rw-r--r-- | sys/kern/subr_clist.c | 7 | ||||
| -rw-r--r-- | sys/kern/tty_subr.c | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index 133ced4e0b27..eaebf68ad40b 100644 --- a/sys/kern/subr_clist.c +++ b/sys/kern/subr_clist.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.16 1995/11/01 15:59:55 peter Exp $ + * $Id: tty_subr.c,v 1.17 1995/11/02 08:37:22 peter Exp $ */ /* @@ -38,8 +38,7 @@ static void cblock_alloc_cblocks __P((int number)); static void cblock_free __P((struct cblock *cblockp)); static void cblock_free_cblocks __P((int number)); -#define CBLOCK_DIAG -#ifdef CBLOCK_DIAG +#ifdef DDB static void cbstat __P((void)); static void @@ -50,7 +49,7 @@ cbstat() ctotcount * CBSIZE, ctotcount * CBSIZE - cfreecount, cfreecount, cfreecount - cslushcount * CBSIZE, cslushcount * CBSIZE); } -#endif +#endif /* DDB */ /* * Called from init_main.c diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index 133ced4e0b27..eaebf68ad40b 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.16 1995/11/01 15:59:55 peter Exp $ + * $Id: tty_subr.c,v 1.17 1995/11/02 08:37:22 peter Exp $ */ /* @@ -38,8 +38,7 @@ static void cblock_alloc_cblocks __P((int number)); static void cblock_free __P((struct cblock *cblockp)); static void cblock_free_cblocks __P((int number)); -#define CBLOCK_DIAG -#ifdef CBLOCK_DIAG +#ifdef DDB static void cbstat __P((void)); static void @@ -50,7 +49,7 @@ cbstat() ctotcount * CBSIZE, ctotcount * CBSIZE - cfreecount, cfreecount, cfreecount - cslushcount * CBSIZE, cslushcount * CBSIZE); } -#endif +#endif /* DDB */ /* * Called from init_main.c |
