summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand/common/dvma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/stand/common/dvma.c')
-rw-r--r--sys/arch/sparc/stand/common/dvma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/common/dvma.c b/sys/arch/sparc/stand/common/dvma.c
index 9fa1f58ec20..3540511d218 100644
--- a/sys/arch/sparc/stand/common/dvma.c
+++ b/sys/arch/sparc/stand/common/dvma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dvma.c,v 1.2 2002/03/14 01:26:44 millert Exp $ */
+/* $OpenBSD: dvma.c,v 1.3 2003/08/14 17:13:57 deraadt Exp $ */
/* $NetBSD: dvma.c,v 1.2 1995/09/17 00:50:56 pk Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@@ -51,7 +51,7 @@
#define SA_MAX_VA (SA_MIN_VA + DVMA_MAPLEN)
void
-dvma_init()
+dvma_init(void)
{
register int segva, dmava;