commit | 8d384524446612759def941eb39a942fb7a91044 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Oct 27 21:48:54 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Oct 27 21:48:54 2009 +0000 |
tree | efdf5fb791fd7749f8df2501e1b01a75df0a0f9c | |
parent | 0c6664950ddaa65610c02ca32a1b696cb98b4191 [diff] |
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). ........