~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to src/tcs/rpc/tcstp/rpc_pcr_extend.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
40
40
                return TCSERR(TSS_E_INTERNAL_ERROR);
41
41
 
42
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
42
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
43
43
 
44
44
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &pcrIndex, 0, &data->comm))
45
45
                return TCSERR(TSS_E_INTERNAL_ERROR);
75
75
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
76
76
                return TCSERR(TSS_E_INTERNAL_ERROR);
77
77
 
78
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
78
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
79
79
 
80
80
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &pcrIndex, 0, &data->comm))
81
81
                return TCSERR(TSS_E_INTERNAL_ERROR);
109
109
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
110
110
                return TCSERR(TSS_E_INTERNAL_ERROR);
111
111
 
112
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
112
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
113
113
 
114
114
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &pcrDataSizeIn, 0, &data->comm))
115
115
                return TCSERR(TSS_E_INTERNAL_ERROR);