On Mon, Apr 11, 2011 at 11:31 AM, Alex Elder <[email protected]> wrote:
> In "testcases/kernel/fs/doio/growfiles.c" there are a number of
> variables of type off_t which are formatted using a "%ld" conversion
> specification.  When I build on an i386 system I get warnings,
> because evidently off_t is not defined as a long in this
> environment.
>
> Updated to address Garrett Cooper's concerns that variables named
> "tmp" are used for a number of purposes in this file.  In one case I
> renamed the variable "off_tmp" (its type is off_t) (but did not
> change corresponding printed text).  The other cases the "tmp"
> variable was more appropriately type int.

Things look ok here minus the spaces between casts.
-Garrett

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to