Date: Mon, 15 Jun 1998 00:07:24 -0700 (PDT) From: Philippe Charnier <charnier@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck dir.c fsck.8 inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c Message-ID: <199806150707.AAA19016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
charnier 1998/06/15 00:07:24 PDT Modified files: sbin/fsck dir.c fsck.8 inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c Log: Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3). Revision Changes Path 1.10 +4 -1 src/sbin/fsck/dir.c 1.11 +16 -16 src/sbin/fsck/fsck.8 1.14 +5 -1 src/sbin/fsck/inode.c 1.14 +1 -3 src/sbin/fsck/main.c 1.11 +4 -1 src/sbin/fsck/pass1.c 1.4 +4 -1 src/sbin/fsck/pass1b.c 1.7 +4 -2 src/sbin/fsck/pass2.c 1.4 +4 -2 src/sbin/fsck/pass3.c 1.4 +4 -2 src/sbin/fsck/pass4.c 1.11 +4 -1 src/sbin/fsck/pass5.c 1.9 +20 -26 src/sbin/fsck/preen.c 1.11 +4 -2 src/sbin/fsck/setup.c 1.8 +5 -2 src/sbin/fsck/utilities.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?199806150707.AAA19016>