summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-11-06 01:45:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-11-06 01:45:06 +0000
commit209267a8f5c6f17c1117de57a923ebcc1ffd189c (patch)
tree30ab3612d57db1759831ac7e47894eeace8a00d0
parentc4b9eaa29723695530b23ac0bd2d2d1ab5a5a9f8 (diff)
repair mountroot type
-rw-r--r--sys/arch/mvme68k/mvme68k/swapgeneric.c4
1 files 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 <sys/conf.h>
#include <machine/disklabel.h>
-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;