[BACK]Return to kernfs_vfsops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / kernfs

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

Diff for /src/sys/miscfs/kernfs/kernfs_vfsops.c between version 1.21 and 1.22

version 1.21, 1995/01/18 09:34:26 version 1.22, 1995/03/08 01:34:48
Line 96  kernfs_mount(mp, path, data, ndp, p)
Line 96  kernfs_mount(mp, path, data, ndp, p)
         struct proc *p;          struct proc *p;
 {  {
         int error = 0;          int error = 0;
         u_int size;          u_long size;
         struct kernfs_mount *fmp;          struct kernfs_mount *fmp;
         struct vnode *rvp;          struct vnode *rvp;
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>