[BACK]Return to main.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/main.c between version 1.27 and 1.28

version 1.27, 2005/09/23 12:10:34 version 1.28, 2006/04/17 19:05:16
Line 64  main(int argc, char **argv)
Line 64  main(int argc, char **argv)
         int ret = 0;          int ret = 0;
         const char *optstring = "b:dfi:m:npPqy";          const char *optstring = "b:dfi:m:npPqy";
   
         sync();  
         skipclean = 1;          skipclean = 1;
         exitonfail = 0;          exitonfail = 0;
         idaddr = 0x0;          idaddr = 0x0;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>