nfs-ganesha/nfs-ganesha-2.4dev7-SAL-9p_...

12 lines
396 B
Diff

--- nfs-ganesha-2.4-dev-7/src/SAL/9p_owner.c.orig 2016-02-06 04:16:28.354869468 -0500
+++ nfs-ganesha-2.4-dev-7/src/SAL/9p_owner.c 2016-02-06 04:17:01.382869468 -0500
@@ -238,7 +238,7 @@
(uint64_t)paddr->sin_addr.s_addr;
if (isDebug(COMPONENT_HASHTABLE))
- LogFullDebug(COMPONENT_STATE, "rbt = %lu", res);
+ LogFullDebug(COMPONENT_STATE, "rbt = %" PRIu64 , res);
return res;
}