From owner-cvs-all Fri Jan 25 11: 1:41 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CE2337B428; Fri, 25 Jan 2002 11:01:02 -0800 (PST) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g0PJ12w79638; Fri, 25 Jan 2002 14:01:02 -0500 (EST) (envelope-from green@green.bikeshed.org) Message-Id: <200201251901.g0PJ12w79638@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/dd args.c dd.c extern.h In-Reply-To: Message from Mike Barcroft of "Fri, 25 Jan 2002 13:45:30 EST." <20020125134530.D92720@espresso.q9media.com> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Jan 2002 14:01:02 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Barcroft wrote: > Brian Feldman writes: > > green 2002/01/25 09:44:47 PST > > > > Modified files: > > bin/dd args.c dd.c extern.h > > Log: > > Commit general cleanups (separate get_num() and get_off_t() functions to > > debogosify some of the command-line string-number conversions into > > an unsigned and signed variant.) > > > > Revision Changes Path > > 1.28 +108 -57 src/bin/dd/args.c > > 1.33 +2 -2 src/bin/dd/dd.c > > 1.11 +2 -3 src/bin/dd/extern.h > > `quad_t' and its unsigned equivalent are deprecated. It might be wise > to update this code to use `long long' and `unsigned long long'. Yeah, that is the general plan after getting my actual changes committed in the first place. At some point it will just be a simple search and replace, so... I'd actually rather hold out for intmax_t being supported everywhere. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message