From 209267a8f5c6f17c1117de57a923ebcc1ffd189c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 6 Nov 1996 01:45:06 +0000 Subject: repair mountroot type --- sys/arch/mvme68k/mvme68k/swapgeneric.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mvme68k/mvme68k/swapgeneric.c b/sys/arch/mvme68k/mvme68k/swapgeneric.c index a38d8bdd97a..3597a905aa6 100644 --- a/sys/arch/mvme68k/mvme68k/swapgeneric.c +++ b/sys/arch/mvme68k/mvme68k/swapgeneric.c @@ -1,4 +1,4 @@ -/* $OpenBSD: swapgeneric.c,v 1.4 1996/04/28 10:59:12 deraadt Exp $ */ +/* $OpenBSD: swapgeneric.c,v 1.5 1996/11/06 01:45:05 deraadt Exp $ */ /*- * Copyright (c) 1994 @@ -43,7 +43,7 @@ #include #include -int (*mountroot)() = NULL; /* tells autoconf.c that we are "generic" */ +int (*mountroot) __P((void)) = NULL; /* tells autoconf.c that we are "generic" */ dev_t rootdev = NODEV; dev_t dumpdev = NODEV; -- cgit v1.2.3