|
From: Nicholas N. <n.n...@gm...> - 2009-01-15 04:10:40
|
On Thu, Jan 15, 2009 at 1:05 PM, Julian Seward <js...@ac...> wrote: > > I'm pretty sure the Right Thing is to change NSegment.offset to be an > Off64T, and leave the Off64Ts in VG_(am_notify_client_mmap) et al > unchanged. That syncs with your plans iiuc, yes? Yep. I examined the uses of .offset and changed things accordingly (just a couple of %lu to %ld conversions). N |