Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: src/tcs/rpc/tcstp/rpc_daa.c

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/tcs/rpc/tcstp/rpc_counter.c ('k') | src/tcs/rpc/tcstp/rpc_delegate.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tcs/rpc/tcstp/rpc_daa.c
diff --git a/src/tcs/rpc/tcstp/rpc_daa.c b/src/tcs/rpc/tcstp/rpc_daa.c
index b3e42eec4963c933e7d48cf33e42cca1df69b3ca..6da24a1343d21a70680b0a7c22e1b463528c3749 100644
--- a/src/tcs/rpc/tcstp/rpc_daa.c
+++ b/src/tcs/rpc/tcstp/rpc_daa.c
@@ -41,7 +41,7 @@ tcs_wrap_DaaJoin(struct tcsd_thread_data *data)
if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
return TCSERR(TSS_E_INTERNAL_ERROR);
- LogDebugFn("thread %zd hDAA %x", THREAD_ID, hDAA);
+ LogDebugFn("thread %ld hDAA %x", THREAD_ID, hDAA);
if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hDAA, 0, &data->comm))
return TCSERR(TSS_E_INTERNAL_ERROR);
@@ -145,7 +145,7 @@ tcs_wrap_DaaSign(struct tcsd_thread_data *data)
if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
return TCSERR(TSS_E_INTERNAL_ERROR);
- LogDebugFn("thread %zd hDAA %x", THREAD_ID, hDAA);
+ LogDebugFn("thread %ld hDAA %x", THREAD_ID, hDAA);
if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hDAA, 0, &data->comm))
return TCSERR(TSS_E_INTERNAL_ERROR);
« no previous file with comments | « src/tcs/rpc/tcstp/rpc_counter.c ('k') | src/tcs/rpc/tcstp/rpc_delegate.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698