From owner-cvs-all Thu Sep 16 12:51: 4 1999 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 9A9A314F27; Thu, 16 Sep 1999 12:51:01 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA10962; Thu, 16 Sep 1999 12:51:01 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199909161951.MAA10962@freefall.freebsd.org> From: Brian Feldman Date: Thu, 16 Sep 1999 12:51:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c dd.c position.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/09/16 12:51:00 PDT Modified files: bin/dd args.c dd.c position.c Log: Make count=0 set cpy_cnt to -1, which is slight overloading, but makes what I was trying to do work much better (ie at all. I could have sworn it was working...) Fix a SEEK_SET to be SEEK_CUR, and make Bruce's lseek() test work correctly. Revision Changes Path 1.22 +3 -1 src/bin/dd/args.c 1.26 +16 -5 src/bin/dd/dd.c 1.17 +2 -2 src/bin/dd/position.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message