Deleted Added
full compact
39c39
< * $Id: subr_prf.c,v 1.17 1995/08/07 08:40:49 davidg Exp $
---
> * $Id: subr_prf.c,v 1.18 1995/08/24 12:54:11 davidg Exp $
71c71
< void (*v_putc)(int) = cnputc; /* routine to putc on virtual console */
---
> static void (*v_putc)(int) = cnputc; /* routine to putc on virtual console */
73c73
< void logpri __P((int level));
---
> static void logpri __P((int level));
77c77
< int consintr = 1; /* Ok to handle console interrupts? */
---
> static int consintr = 1; /* Ok to handle console interrupts? */
265c265
< void
---
> static void