diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1999-04-20 22:53:54 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1999-04-20 22:53:54 +0000 |
| commit | f998a5342020b4c92fa4ba730c688df53a795c72 (patch) | |
| tree | 7ec8879e2464f4162a398d6e1379a867b0854975 /sys/alpha/include/cpu.h | |
| parent | 38a3a046fcb92d486ba6d15482d433d5bf15cec8 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/cpu.h')
| -rw-r--r-- | sys/alpha/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h index e4cf206ed0db..990f9228952f 100644 --- a/sys/alpha/include/cpu.h +++ b/sys/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $Id: cpu.h,v 1.4 1998/10/06 08:40:17 dfr Exp $ */ +/* $Id: cpu.h,v 1.5 1999/02/02 09:08:23 bde Exp $ */ /* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */ /* @@ -174,7 +174,7 @@ void switch_trampoline __P((void)); /* MAGIC */ void syscall __P((u_int64_t, struct trapframe *)); void trap __P((unsigned long, unsigned long, unsigned long, unsigned long, struct trapframe *)); -void cpu_set_fork_handler __P((struct proc *, void (*pc)(void *), void *)); +void cpu_set_fork_handler __P((struct proc *, void (*pc)(const void *), const void *)); #endif /* _KERNEL */ |
