From: Mark Dickinson Date: Tue, 27 Oct 2009 21:48:54 +0000 (+0000) Subject: Blocked revisions 75879 via svnmerge X-Git-Tag: v2.6.5rc1~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d384524446612759def941eb39a942fb7a91044;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 75879 via svnmerge ........ r75879 | mark.dickinson | 2009-10-27 21:48:20 +0000 (Tue, 27 Oct 2009) | 3 lines Silence gcc warnings when trying to print an off_t using "lld", on platforms where off_t has type long (e.g., 64-bit Linux). ........ ---