sunos_sigcontext
struct sunos_sigcontext *scp;
struct sunos_sigcontext tsigc;
scp = (struct sunos_sigcontext *) SCARG(uap, sigcntxp);
struct sunos_sigcontext *sf_scp;/* context pointer for handler */
struct sunos_sigcontext sf_sc; /* I don't know if that's what
struct sunos_sigcontext sc, *scp;
scp = (struct sunos_sigcontext *)SCARG(uap, sigcntxp);
struct sunos_sigcontext sf_sc; /* actual sigcontext */