64-bit cleanness tweaks.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2893 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/ume.c b/coregrind/ume.c
index 3ea44d0..bc973a8 100644
--- a/coregrind/ume.c
+++ b/coregrind/ume.c
@@ -100,7 +100,7 @@
       int ino;
       void *segstart, *segend;
 
-      sscanf(bufptr, "%p-%p %s %Lx %x:%x %d",
+      sscanf(bufptr, "%p-%p %s %llx %x:%x %d",
 	     &segstart, &segend, perm, &offset, &maj, &min, &ino);
       bufptr = strchr(bufptr, '\n');
       if (bufptr != NULL)