[BACK]Return to dinode.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ufs

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

Diff for /src/sys/ufs/ufs/dinode.h between version 1.11.8.1 and 1.11.8.2

version 1.11.8.1, 1999/12/21 23:20:11 version 1.11.8.2, 1999/12/27 18:36:41
Line 64 
Line 64 
  */   */
   
 typedef int32_t ufs_daddr_t;  typedef int32_t ufs_daddr_t;
   typedef long ufs_lbn_t;
   
 #define NDADDR  12                      /* Direct addresses in inode. */  #define NDADDR  12                      /* Direct addresses in inode. */
 #define NIADDR  3                       /* Indirect addresses in inode. */  #define NIADDR  3                       /* Indirect addresses in inode. */
   

Legend:
Removed from v.1.11.8.1  
changed lines
  Added in v.1.11.8.2

CVSweb <webmaster@jp.NetBSD.org>