Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2002 13:45:30 -0500
From:      Mike Barcroft <mike@FreeBSD.org>
To:        Brian Feldman <green@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/bin/dd args.c dd.c extern.h
Message-ID:  <20020125134530.D92720@espresso.q9media.com>
In-Reply-To: <200201251744.g0PHim276280@freefall.freebsd.org>; from green@FreeBSD.org on Fri, Jan 25, 2002 at 09:44:47AM -0800
References:  <200201251744.g0PHim276280@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Brian Feldman <green@FreeBSD.org> 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'.

Best regards,
Mike Barcroft

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?20020125134530.D92720>