$NetBSD: patch-ap,v 1.1 2004/11/15 11:35:30 xtraeme Exp $ --- target-sparc/cpu.h 9 Oct 2004 18:08:01 -0000 1.8 +++ target-sparc/cpu.h 15 Nov 2004 09:09:31 -0000 @@ -145,8 +145,7 @@ int cpu_sparc_exec(CPUSPARCState *s); int cpu_sparc_close(CPUSPARCState *s); -struct siginfo; -int cpu_sparc_signal_handler(int hostsignum, struct siginfo *info, void *puc); +int cpu_sparc_signal_handler(int hostsignum, siginfo_t *info, void *puc); #define TARGET_PAGE_BITS 12 /* 4k */ #include "cpu-all.h"