On Friday 28 August 2009 12:29:25 Cyril Hrubis wrote: > > just apply the patch from Geert in this tread to latest CVS checkout and > > then run `make`. ive been looking at testcases/kernel/syscalls/, but i > > imagine other dirs have new warnings now too. > > Anybody knows what's the correct way of printing off_t in ltp? Google seems > to suggest either cast to intmax_t or some autoconf magick.
include inttypes.h and use PRId64 i converted some tests to do this already (fallocate maybe?) -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
