[BACK]Return to netbsd32_fs.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_fs.c between version 1.55.14.1 and 1.55.14.2

version 1.55.14.1, 2009/09/13 06:19:43 version 1.55.14.2, 2009/11/16 22:52:27
Line 847  netbsd32___mount50(struct lwp *l, const 
Line 847  netbsd32___mount50(struct lwp *l, const 
         }          }
         error = do_sys_mount(l, NULL, type, path, flags, data, data_seg,          error = do_sys_mount(l, NULL, type, path, flags, data, data_seg,
             data_len, retval);              data_len, retval);
         if (error) {          if (error)
                 printf("do_sys_mount(%s): %p, %p, %#x, %p, %d, %zu, %p: failed: error %d\n", mtype, type, path, flags, data, data_seg, data_len, retval, error);  
                 return error;                  return error;
         }  
         if (flags & MNT_GETARGS) {          if (flags & MNT_GETARGS) {
                 data_len = *retval;                  data_len = *retval;
                 if (strcmp(mtype, MOUNT_MFS) == 0) {                  if (strcmp(mtype, MOUNT_MFS) == 0) {

Legend:
Removed from v.1.55.14.1  
changed lines
  Added in v.1.55.14.2

CVSweb <webmaster@jp.NetBSD.org>