summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/dvma.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/include/dvma.h')
-rw-r--r--sys/arch/sun3/include/dvma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/dvma.h b/sys/arch/sun3/include/dvma.h
index 9ebbdbe3bc8..2944477d965 100644
--- a/sys/arch/sun3/include/dvma.h
+++ b/sys/arch/sun3/include/dvma.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dvma.h,v 1.6 1997/01/16 04:04:06 kstailey Exp $ */
+/* $OpenBSD: dvma.h,v 1.7 2002/03/14 01:26:46 millert Exp $ */
/* $NetBSD: dvma.h,v 1.4 1996/11/20 18:57:08 gwr Exp $ */
/*-
@@ -76,7 +76,7 @@
#define DVMA_SPACE_START 0x0FF00000
#define DVMA_SPACE_END 0x0FFFE000
-void dvma_init __P((void));
+void dvma_init(void);
/* Allocate/free actual pages of DVMA space. */
caddr_t dvma_malloc(size_t bytes);