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

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

Diff for /src/sys/miscfs/fdesc/fdesc_vnops.c between version 1.8 and 1.9

version 1.8, 1994/01/05 09:01:02 version 1.9, 1994/01/05 11:07:44
Line 106  loop:
Line 106  loop:
         }          }
         fdescvplock |= FDL_LOCKED;          fdescvplock |= FDL_LOCKED;
   
         error = getnewvnode(VT_UFS, mp, &fdesc_vnodeops, vpp);          error = getnewvnode(VT_FDESC, mp, &fdesc_vnodeops, vpp);
         if (error)          if (error)
                 goto out;                  goto out;
         if (nvpp)          if (nvpp)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>