Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2000 19:03:12 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck dir.c fsck.h inode.c pass1.c pass5.c setup.c
Message-ID:  <200007060203.TAA19846@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2000/07/05 19:03:12 PDT

  Modified files:
    sbin/fsck            dir.c fsck.h inode.c pass1.c pass5.c 
                         setup.c 
  Log:
  Teach fsck about snapshot files. These changes should have no
  effect on operation of fsck on filesystems without snapshots.
  If you get compilation errors, be sure that you have copies of
  /usr/include/sys/mount.h (1.94), /usr/include/sys/stat.h (1.21),
  and /usr/include/ufs/ffs/fs.h (1.16) as of July 4, 2000 or later.
  
  Revision  Changes    Path
  1.16      +11 -5     src/sbin/fsck/dir.c
  1.13      +6 -3      src/sbin/fsck/fsck.h
  1.21      +9 -4      src/sbin/fsck/inode.c
  1.17      +21 -2     src/sbin/fsck/pass1.c
  1.18      +69 -3     src/sbin/fsck/pass5.c
  1.18      +11 -4     src/sbin/fsck/setup.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007060203.TAA19846>