summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-11-06 01:38:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-11-06 01:38:17 +0000
commitbfc1a9157e29e88ca9f274ac98c7a0ace04f4ac5 (patch)
tree7a76297bed5cd825e67d96ffa46bc5740550f004
parent6e4748df592650b87ac13153b0837a6847c5e895 (diff)
repair mountroot type
-rw-r--r--sys/arch/arc/arc/swapgeneric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/arc/swapgeneric.c b/sys/arch/arc/arc/swapgeneric.c
index cb5c90923c5..0bd7e4aab2b 100644
--- a/sys/arch/arc/arc/swapgeneric.c
+++ b/sys/arch/arc/arc/swapgeneric.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: swapgeneric.c,v 1.3 1996/09/30 15:04:44 pefo Exp $ */
+/* $OpenBSD: swapgeneric.c,v 1.4 1996/11/06 01:38:16 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;