diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 23:01:47 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2000-03-02 23:01:47 +0000 |
commit | cd3c940bae67b824df7b0941e939edb999f4f739 (patch) | |
tree | 9349f1d05dd459abefd52883f89bf2726d6d4b0b /sys/arch/sun3/include/cpu.h | |
parent | 1cf9017dfbc63664102c714b73bf92e405faa3c7 (diff) |
sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>
add ksyms, proto fix.
Diffstat (limited to 'sys/arch/sun3/include/cpu.h')
-rw-r--r-- | sys/arch/sun3/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/cpu.h b/sys/arch/sun3/include/cpu.h index e3f0d3b8662..8194c5b979e 100644 --- a/sys/arch/sun3/include/cpu.h +++ b/sys/arch/sun3/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 1997/11/04 12:32:03 kstailey Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 2000/03/02 23:01:45 todd Exp $ */ /* $NetBSD: cpu.h,v 1.20 1995/12/21 05:02:10 mycroft Exp $ */ /* @@ -173,7 +173,7 @@ void switch_exit __P((struct proc *)); void proc_trampoline __P((void)); /* trap.c */ -void child_return __P((struct proc *)); +void child_return __P((void *)); #endif /* _KERNEL */ |