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:
Ralf Corsepius
2007-07-26 05:29:47 +00:00
parent 433ea5f850
commit ef38e6caf3
2 changed files with 7 additions and 2 deletions

View File

@@ -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>
* configure.ac: Add nfsclient.

View File

@@ -1137,7 +1137,7 @@ rtems_interval next_retrans, then, unow;
long now; /* need to do signed comparison with age! */
rtems_event_set events;
ListNode newList;
uint32_t size;
size_t size;
rtems_id q = 0;
ListNodeRec listHead = {0};
unsigned long epoch = RPCIOD_EPOCH_SECS * ticksPerSec;
@@ -1535,7 +1535,7 @@ RpcUdpXact
rpcUdpXactPoolGet(RpcUdpXactPool pool, XactPoolGetMode mode)
{
RpcUdpXact xact = 0;
uint32_t size;
size_t size;
if (RTEMS_SUCCESSFUL != rtems_message_queue_receive(
pool->box,