[BACK]Return to utilities.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/utilities.c between version 1.16.4.1 and 1.17

version 1.16.4.1, 2005/05/10 05:08:57 version 1.17, 2005/02/06 06:13:47
Line 136  ckfini(int markclean)
Line 136  ckfini(int markclean)
                 }                  }
         }          }
   
         if ((fs->lfs_pflags & LFS_PF_CLEAN) == 0) {          if ((fs->lfs_flags & LFS_PF_CLEAN) == 0)
                 fsmodified = 1;                  fsmodified = 1;
         }  
         fs->lfs_pflags |= LFS_PF_CLEAN;          fs->lfs_pflags |= LFS_PF_CLEAN;
   
         if (fsmodified && (preen || reply("UPDATE STANDARD SUPERBLOCK"))) {          if (fsmodified && (preen || reply("UPDATE STANDARD SUPERBLOCK"))) {
Line 186  void
Line 185  void
 getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino)  getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino)
 {  {
         int len;          int len;
         register char *cp;          char *cp;
         struct inodesc idesc;          struct inodesc idesc;
         static int busy = 0;          static int busy = 0;
   

Legend:
Removed from v.1.16.4.1  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>