From 7fd14852db7cc77eb1f239cc7d1351abf8ace1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Wed, 3 Oct 2007 19:50:00 +0000 Subject: [PATCH] Use G_GINT64_MODIFIER to avoid warnings on LLP64. svn path=/trunk/; revision=2673 --- sysdeps/linux/procmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/linux/procmap.c b/sysdeps/linux/procmap.c index f5638bda..067902b0 100644 --- a/sysdeps/linux/procmap.c +++ b/sysdeps/linux/procmap.c @@ -36,7 +36,7 @@ #define SMAPS_FILE "/proc/%u/smaps" -#define PROC_MAPS_FORMAT "%16llx-%16llx %4c %16llx %02hx:%02hx %llu%*[ ]%n" +#define PROC_MAPS_FORMAT "%16" G_GINT64_MODIFIER "x-%16" G_GINT64_MODIFIER "x %4c %16" G_GINT64_MODIFIER "x %02hx:%02hx %" G_GINT64_MODIFIER "u%*[ ]%n" static const unsigned long _glibtop_sysdeps_proc_map =