[BACK]Return to setup.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / fsck_lfs

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

Diff for /src/sbin/fsck_lfs/setup.c between version 1.61 and 1.61.16.1

version 1.61, 2016/03/17 18:56:14 version 1.61.16.1, 2020/04/08 14:07:18
Line 88 
Line 88 
 #include <util.h>  #include <util.h>
   
 #include "bufcache.h"  #include "bufcache.h"
 #include "vnode.h"  
 #include "lfs_user.h"  #include "lfs_user.h"
   
 #include "fsck.h"  #include "fsck.h"
 #include "extern.h"  #include "extern.h"
 #include "fsutil.h"  #include "fsutil.h"
   
 extern u_int32_t cksum(void *, size_t);  
 static uint64_t calcmaxfilesize(unsigned);  static uint64_t calcmaxfilesize(unsigned);
   
 daddr_t *din_table;  daddr_t *din_table;
Line 157  reset_maxino(ino_t len)
Line 155  reset_maxino(ino_t len)
   
         return;          return;
 }  }
   
 extern time_t write_time;  
   
 int  int
 setup(const char *dev)  setup(const char *dev)

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.61.16.1

CVSweb <webmaster@jp.NetBSD.org>