summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-14 09:07:51 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-14 09:07:51 +0000
commit423c582ac5d12f55cebc93548573dd13c421d108 (patch)
treec7a6406da2612543ed75f3f750e739aa7d2fa070 /sys/arch
parentc18d44b5622d0e4c6d84d1b1d7d8840a7b21fa63 (diff)
Fix compilation errors
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sun3/sun3/machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c
index d3a9a73292b..af82da243ee 100644
--- a/sys/arch/sun3/sun3/machdep.c
+++ b/sys/arch/sun3/sun3/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.40 2001/09/12 00:23:34 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.41 2001/09/14 09:07:50 art Exp $ */
/* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */
/*
@@ -132,8 +132,6 @@ int bufpages = 0;
static caddr_t allocsys __P((caddr_t));
static void identifycpu __P((void));
static void initcpu __P((void));
-static void dumpmem __P((int *, int, int));
-static char *hexstr __P((int, int));
static void reboot_sync __P((void));
int reboot2 __P((int, char *)); /* share with sunos_misc.c */