[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.15 and 1.16

version 1.15, 2003/10/21 01:20:12 version 1.16, 2004/04/21 01:05:36
Line 76  netbsd32_getfsstat(l, v, retval)
Line 76  netbsd32_getfsstat(l, v, retval)
                 syscallarg(int) flags;                  syscallarg(int) flags;
         } */ *uap = v;          } */ *uap = v;
         struct mount *mp, *nmp;          struct mount *mp, *nmp;
         struct statfs *sp;          struct statvfs *sp;
         struct netbsd32_statfs sb32;          struct netbsd32_statfs sb32;
         caddr_t sfsp;          caddr_t sfsp;
         long count, maxcount, error;          long count, maxcount, error;
Line 453  netbsd32_statfs(l, v, retval)
Line 453  netbsd32_statfs(l, v, retval)
                 syscallarg(netbsd32_statfsp_t) buf;                  syscallarg(netbsd32_statfsp_t) buf;
         } */ *uap = v;          } */ *uap = v;
         struct mount *mp;          struct mount *mp;
         struct statfs *sp;          struct statvfs *sp;
         struct netbsd32_statfs s32;          struct netbsd32_statfs s32;
         int error;          int error;
         struct nameidata nd;          struct nameidata nd;
Line 486  netbsd32_fstatfs(l, v, retval)
Line 486  netbsd32_fstatfs(l, v, retval)
         } */ *uap = v;          } */ *uap = v;
         struct file *fp;          struct file *fp;
         struct mount *mp;          struct mount *mp;
         struct statfs *sp;          struct statvfs *sp;
         struct netbsd32_statfs s32;          struct netbsd32_statfs s32;
         int error;          int error;
         struct proc *p = l->l_proc;          struct proc *p = l->l_proc;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>