Date: Mon, 7 Aug 2000 01:30:18 -0700 (PDT) From: Paul Saab <ps@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c dd.c dd.h extern.h position.c Message-ID: <200008070830.BAA32230@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/08/07 01:30:18 PDT
Modified files: (Branch: RELENG_4)
bin/dd args.c dd.c dd.h extern.h position.c
Log:
MFC:
args.c 1.26, dd.c 1.29, dd.h 1.16, extern.h 1.10, position.c 1.18
Various cleanups are made to reduce warnings. Check return value
of ftruncate() and die on failure.
dd.c 1.28
Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the
label to be overwritten.
dd.c 1.30
Make the comment regarding ftruncate() correct.
Revision Changes Path
1.25.2.1 +4 -3 src/bin/dd/args.c
1.27.2.1 +25 -13 src/bin/dd/dd.c
1.15.2.1 +4 -3 src/bin/dd/dd.h
1.9.2.1 +3 -2 src/bin/dd/extern.h
1.17.2.1 +8 -4 src/bin/dd/position.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?200008070830.BAA32230>
