forked from Imagelibrary/rtems
2007-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message sizes.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
|
||||||
|
sizes.
|
||||||
|
|
||||||
2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Add nfsclient.
|
* configure.ac: Add nfsclient.
|
||||||
|
|||||||
@@ -1137,7 +1137,7 @@ rtems_interval next_retrans, then, unow;
|
|||||||
long now; /* need to do signed comparison with age! */
|
long now; /* need to do signed comparison with age! */
|
||||||
rtems_event_set events;
|
rtems_event_set events;
|
||||||
ListNode newList;
|
ListNode newList;
|
||||||
uint32_t size;
|
size_t size;
|
||||||
rtems_id q = 0;
|
rtems_id q = 0;
|
||||||
ListNodeRec listHead = {0};
|
ListNodeRec listHead = {0};
|
||||||
unsigned long epoch = RPCIOD_EPOCH_SECS * ticksPerSec;
|
unsigned long epoch = RPCIOD_EPOCH_SECS * ticksPerSec;
|
||||||
@@ -1535,7 +1535,7 @@ RpcUdpXact
|
|||||||
rpcUdpXactPoolGet(RpcUdpXactPool pool, XactPoolGetMode mode)
|
rpcUdpXactPoolGet(RpcUdpXactPool pool, XactPoolGetMode mode)
|
||||||
{
|
{
|
||||||
RpcUdpXact xact = 0;
|
RpcUdpXact xact = 0;
|
||||||
uint32_t size;
|
size_t size;
|
||||||
|
|
||||||
if (RTEMS_SUCCESSFUL != rtems_message_queue_receive(
|
if (RTEMS_SUCCESSFUL != rtems_message_queue_receive(
|
||||||
pool->box,
|
pool->box,
|
||||||
|
|||||||
Reference in New Issue
Block a user