diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-04-14 04:55:24 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-04-14 04:55:24 +0000 |
| commit | 8b0a180c58919935eef880ced3e96bdf8a152dc3 (patch) | |
| tree | 07aec0bd268963758db6a0309654b29d0e21b270 /sys/alpha/include | |
| parent | 5cfe565a9004822be44be1726a628331d511634b (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/reg.h b/sys/alpha/include/reg.h index 3bbc69f41eb1..415f0c6b54ba 100644 --- a/sys/alpha/include/reg.h +++ b/sys/alpha/include/reg.h @@ -1,4 +1,4 @@ -/* $Id: reg.h,v 1.1.1.1 1998/03/09 05:43:16 jb Exp $ */ +/* $Id: reg.h,v 1.3 1999/04/03 22:19:57 jdp Exp $ */ /* From: NetBSD: reg.h,v 1.3 1997/04/06 08:47:40 cgd Exp */ /* @@ -94,7 +94,7 @@ struct fpreg { #ifdef KERNEL void restorefpstate __P((struct fpreg *)); void savefpstate __P((struct fpreg *)); -void setregs __P((struct proc *, u_long, u_long)); +void setregs __P((struct proc *, u_long, u_long, u_long)); #endif #endif /* _ALPHA_REG_H_ */ |
