Date: Mon, 14 Jul 2003 21:35:14 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 34524 for review Message-ID: <200307150435.h6F4ZEkF030205@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=34524 Change 34524 by marcel@marcel_nfs on 2003/07/14 21:34:37 s/thread_siginfo/cpu_thread_siginfo/ Affected files ... .. //depot/projects/ia64/sys/ia64/ia64/machdep.c#80 edit Differences ... ==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#80 (text+ko) ==== @@ -959,7 +959,7 @@ * Build siginfo_t for SA thread */ void -thread_siginfo(int sig, u_long code, siginfo_t *si) +cpu_thread_siginfo(int sig, u_long code, siginfo_t *si) { struct proc *p; struct thread *td;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307150435.h6F4ZEkF030205>