[BACK]Return to netbsd32_signal.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / netbsd32

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

Diff for /src/sys/compat/netbsd32/netbsd32_signal.c between version 1.7 and 1.7.8.1

version 1.7, 2003/10/13 18:55:30 version 1.7.8.1, 2005/04/29 11:28:41
Line 70  netbsd32_sigaction(l, v, retval)
Line 70  netbsd32_sigaction(l, v, retval)
                 nsa.sa_mask = sa32.netbsd32_sa_mask;                  nsa.sa_mask = sa32.netbsd32_sa_mask;
                 nsa.sa_flags = sa32.netbsd32_sa_flags;                  nsa.sa_flags = sa32.netbsd32_sa_flags;
         }          }
         error = sigaction1(l->l_proc, SCARG(uap, signum),          error = sigaction1(l->l_proc, SCARG(uap, signum),
                            SCARG(uap, nsa) ? &nsa : 0,                             SCARG(uap, nsa) ? &nsa : 0,
                            SCARG(uap, osa) ? &osa : 0,                             SCARG(uap, osa) ? &osa : 0,
                            NULL, 0);                             NULL, 0);
   
         if (error)          if (error)
                 return (error);                  return (error);
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.8.1

CVSweb <webmaster@jp.NetBSD.org>