On Mon, Dec 12, 2011 at 12:02, Janne Blomqvist <blomqvist.ja...@gmail.com> wrote: >>@@ -993,7 +1005,7 @@ lto_resolution_read (splay_tree file_ids >> { >> int t; >> char offset_p[17]; >>- int64_t offset; >>+ host_int64 offset; >> t = fscanf (resolution, "@0x%16s", offset_p); >> if (t != 1) >> internal_error ("could not parse file offset"); > > This should be "off_t", I believe.
Bah, scratch that. My bad. -- Janne Blomqvist