[BACK]Return to kern_time.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/kern_time.c between version 1.173 and 1.174

version 1.173, 2012/02/20 01:12:42 version 1.174, 2012/03/22 17:46:07
Line 1063  sys___setitimer50(struct lwp *l, const s
Line 1063  sys___setitimer50(struct lwp *l, const s
                 return (EINVAL);                  return (EINVAL);
         itvp = SCARG(uap, itv);          itvp = SCARG(uap, itv);
         if (itvp &&          if (itvp &&
             (error = copyin(itvp, &aitv, sizeof(struct itimerval)) != 0))              (error = copyin(itvp, &aitv, sizeof(struct itimerval))) != 0)
                 return (error);                  return (error);
         if (SCARG(uap, oitv) != NULL) {          if (SCARG(uap, oitv) != NULL) {
                 SCARG(&getargs, which) = which;                  SCARG(&getargs, which) = which;

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174

CVSweb <webmaster@jp.NetBSD.org>