Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/uebayasi-xip]: src/sys/arch/ia64/include Fix build.



details:   https://anonhg.NetBSD.org/src/rev/7c8bc6b15254
branches:  uebayasi-xip
changeset: 751603:7c8bc6b15254
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Feb 25 04:33:06 2010 +0000

description:
Fix build.

diffstat:

 sys/arch/ia64/include/proc.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 67bcd96609b3 -r 7c8bc6b15254 sys/arch/ia64/include/proc.h
--- a/sys/arch/ia64/include/proc.h      Thu Feb 25 04:11:29 2010 +0000
+++ b/sys/arch/ia64/include/proc.h      Thu Feb 25 04:33:06 2010 +0000
@@ -21,7 +21,7 @@
 
 struct mdproc {
   /* XXX: Todo */
-       void    (*md_syscall)(struct trapframe *);
+       void    (*md_syscall)(struct lwp *, u_int64_t, struct trapframe *);
                                        /* Syscall handling function */
 };
 



Home | Main Index | Thread Index | Old Index