[BACK]Return to netbsd32_machdep_16.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / mips / mips

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/mips/mips/netbsd32_machdep_16.c between version 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2018/09/29 09:44:53 version 1.1.2.6, 2018/09/29 10:02:37
Line 89  int
Line 89  int
 netbsd32_sendsig_16(const ksiginfo_t *ksi, const sigset_t *mask)  netbsd32_sendsig_16(const ksiginfo_t *ksi, const sigset_t *mask)
 {  {
         if (curproc->p_sigacts->sa_sigdesc[ksi->ksi_signo].sd_vers < 2)          if (curproc->p_sigacts->sa_sigdesc[ksi->ksi_signo].sd_vers < 2)
                 netbsd32_sendsig_sigcontext(ksi, mask);                  sendsig_sigcontext(ksi, mask);
         else          else
                 netbsd32_sendsig_siginfo(ksi, mask);                  netbsd32_sendsig_siginfo(ksi, mask);
   

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

CVSweb <webmaster@jp.NetBSD.org>