From 8cb24d089af49e9307652f6b323a57b725a98ba0 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 15 Feb 1994 16:25:04 +0000 Subject: [PATCH] Eliminate a bunch of compiler warnings. --- sys/arch/hp300/hp300/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/hp300/conf.c b/sys/arch/hp300/hp300/conf.c index 239b75d2289b..57f70d86d5e6 100644 --- a/sys/arch/hp300/hp300/conf.c +++ b/sys/arch/hp300/hp300/conf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 7.9 (Berkeley) 5/28/91 - * $Id: conf.c,v 1.5 1994/02/06 00:44:39 mycroft Exp $ + * $Id: conf.c,v 1.6 1994/02/15 16:25:04 mycroft Exp $ */ #include @@ -53,7 +53,7 @@ int ttselect __P((dev_t, int, struct proc *)); int n __P((dev_t, int, caddr_t, int, struct proc *)) /* bdevsw-specific types */ -#define dev_type_dump(n) int n __P((dev_t)) +#define dev_type_dump(n) int n() #define dev_type_size(n) int n __P((dev_t)) #define dev_decl(n,t) __CONCAT(dev_type_,t)(__CONCAT(n,t))