diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-14 09:07:51 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-14 09:07:51 +0000 |
commit | 423c582ac5d12f55cebc93548573dd13c421d108 (patch) | |
tree | c7a6406da2612543ed75f3f750e739aa7d2fa070 /sys/arch | |
parent | c18d44b5622d0e4c6d84d1b1d7d8840a7b21fa63 (diff) |
Fix compilation errors
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sun3/sun3/machdep.c | 4 |
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 */ |