X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flibcfs%2Fkp30.h;h=efb6523fe9af4cbb9ea2b4e799ff517a6cd02a14;hp=43853c1bf07eff9b2f916b9b646808c203eecaeb;hb=a487457bb00b5a862d0f51071b6c8da7aae99390;hpb=35a27554e5ca9e6e26638f17fbadd64034b59f2a diff --git a/lnet/include/libcfs/kp30.h b/lnet/include/libcfs/kp30.h index 43853c1..efb6523 100644 --- a/lnet/include/libcfs/kp30.h +++ b/lnet/include/libcfs/kp30.h @@ -212,7 +212,7 @@ void portals_debug_dumplog(void); # define portals_debug_msg(subsys, mask, file, fn, line, stack, format, a...) \ printf("%02x:%06x (@%lu %s:%s,l. %d %d %lu): " format, \ (subsys), (mask), (long)time(0), file, fn, line, \ - getpid() , stack, ## a); + getpid(), (unsigned long)stack, ## a); #undef CWARN #undef CERROR