From 9547728b67695dc7bf5a9d2dec7cf7afc24c5211 Mon Sep 17 00:00:00 2001 From: walter Date: Thu, 21 Jun 2007 01:41:21 +0000 Subject: [PATCH] Branch HEAD (for b1_6) b=12348 i=adilger i=mjmac fix build errors seen when compiling on cray xt3 systems --- lnet/klnds/ptllnd/ptllnd_ptltrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/klnds/ptllnd/ptllnd_ptltrace.c b/lnet/klnds/ptllnd/ptllnd_ptltrace.c index 91ba7af..d826820 100644 --- a/lnet/klnds/ptllnd/ptllnd_ptltrace.c +++ b/lnet/klnds/ptllnd/ptllnd_ptltrace.c @@ -82,7 +82,7 @@ kptllnd_ptltrace_to_file(char *filename) } if (start < tmpbuf || start + len > tmpbuf + PAGE_SIZE) { - CERROR("ptl_proc_read bug: %p for %d not in %p for %d\n", + CERROR("ptl_proc_read bug: %p for %d not in %p for %ld\n", start, len, tmpbuf, PAGE_SIZE); break; } -- 1.8.3.1