[BACK]Return to linux_signal.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / common

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

Diff for /src/sys/compat/linux/common/linux_signal.c between version 1.31.2.7 and 1.31.2.8

version 1.31.2.7, 2002/07/12 01:40:02 version 1.31.2.8, 2002/08/01 02:44:18
Line 323  linux_sys_rt_sigaction(l, v, retval)
Line 323  linux_sys_rt_sigaction(l, v, retval)
                 obsa.sa_flags = 0;                  obsa.sa_flags = 0;
         } else {          } else {
                 error = sigaction1(p, linux_to_native_signo[sig],                  error = sigaction1(p, linux_to_native_signo[sig],
                     SCARG(uap, nsa) ? &nbsa : NULL, SCARG(uap, osa) ? &obsa : NULL);                      SCARG(uap, nsa) ? &nbsa : NULL,
                       SCARG(uap, osa) ? &obsa : NULL,
                       NULL, 0);
                 if (error)                  if (error)
                         return (error);                          return (error);
         }          }

Legend:
Removed from v.1.31.2.7  
changed lines
  Added in v.1.31.2.8

CVSweb <webmaster@jp.NetBSD.org>