Date: Sat, 19 Jun 1999 12:49:37 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c conv.c dd.c dd.h extern.h misc.c position.c Message-ID: <199906191949.MAA13672@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 1999/06/19 12:49:37 PDT Modified files: bin/dd args.c conv.c dd.c dd.h extern.h misc.c position.c Log: Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, off_t, int, u_int64_t, etc.). dd(1) should now work properly with REALLY big amounts of data. Revision Changes Path 1.15 +23 -35 src/bin/dd/args.c 1.11 +19 -17 src/bin/dd/conv.c 1.17 +25 -21 src/bin/dd/dd.c 1.9 +18 -16 src/bin/dd/dd.h 1.5 +4 -4 src/bin/dd/extern.h 1.16 +4 -4 src/bin/dd/misc.c 1.9 +11 -8 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?199906191949.MAA13672>