[BACK]Return to msdosfs_denode.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / msdosfs

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

Diff for /src/sys/fs/msdosfs/msdosfs_denode.c between version 1.12 and 1.13

version 1.12, 2005/12/11 12:24:25 version 1.13, 2006/04/15 02:44:16
Line 395  detrunc(dep, length, flags, cred, l)
Line 395  detrunc(dep, length, flags, cred, l)
         int error;          int error;
         int allerror;          int allerror;
         u_long eofentry;          u_long eofentry;
         u_long chaintofree;          u_long chaintofree = 0;
         daddr_t bn, lastblock;          daddr_t bn, lastblock;
         int boff;          int boff;
         int isadir = dep->de_Attributes & ATTR_DIRECTORY;          int isadir = dep->de_Attributes & ATTR_DIRECTORY;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>