From 9eacfd41889da5cad57e4a8ac677c049983b6e69 Mon Sep 17 00:00:00 2001 From: dt Date: Tue, 20 Apr 1999 22:53:54 +0000 Subject: Added consts to cpu_set_fork_handler prototype. (Follow i386 version.) --- sys/alpha/include/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/alpha/include/cpu.h') diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h index e4cf206..990f922 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 */ -- cgit v1.1