From owner-cvs-all Wed Jul 5 19: 3:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CC137B577; Wed, 5 Jul 2000 19:03:13 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19846; Wed, 5 Jul 2000 19:03:12 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007060203.TAA19846@freefall.freebsd.org> From: Kirk McKusick Date: Wed, 5 Jul 2000 19:03:12 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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