From 357e37e023059920b1f80494e489797e2f69a3dd Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 19 Mar 2002 21:25:46 +0000 Subject: Remove __P. --- sys/kern/subr_prf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/kern/subr_prf.c') diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 5b2078b..b670c67 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -85,10 +85,10 @@ struct tty *constty; /* pointer to console "window" tty */ static void (*v_putc)(int) = cnputc; /* routine to putc on virtual console */ static void msglogchar(int c, int pri); static void msgaddchar(int c, void *dummy); -static void putchar __P((int ch, void *arg)); -static char *ksprintn __P((char *nbuf, u_long num, int base, int *len)); -static char *ksprintqn __P((char *nbuf, u_quad_t num, int base, int *len)); -static void snprintf_func __P((int ch, void *arg)); +static void putchar(int ch, void *arg); +static char *ksprintn(char *nbuf, u_long num, int base, int *len); +static char *ksprintqn(char *nbuf, u_quad_t num, int base, int *len); +static void snprintf_func(int ch, void *arg); static int consintr = 1; /* Ok to handle console interrupts? */ static int msgbufmapped; /* Set when safe to use msgbuf */ -- cgit v1.1