[BACK]Return to linux_misc.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_misc.c between version 1.40 and 1.41

version 1.40, 1998/03/03 13:44:48 version 1.41, 1998/03/24 09:47:30
Line 722  linux_sys_utime(p, v, retval)
Line 722  linux_sys_utime(p, v, retval)
         else          else
                 SCARG(&ua, tptr) = NULL;                  SCARG(&ua, tptr) = NULL;
   
         return sys_utimes(p, uap, retval);          return sys_utimes(p, &ua, retval);
 }  }
   
 /*  /*

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>