mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 16:38:59 +08:00
2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/pmap_rmt.c: Use uintptr_t for better 16bit compliance.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* librpc/src/rpc/pmap_rmt.c: Use uintptr_t for better 16bit
|
||||
compliance.
|
||||
|
||||
2010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* aclocal/enable-itron.m4: Cosmetics.
|
||||
|
||||
@@ -281,10 +281,10 @@ clnt_broadcast(
|
||||
struct rpc_msg msg;
|
||||
struct timeval t, tv;
|
||||
char outbuf[MAX_BROADCAST_SIZE], inbuf[UDPMSGSIZE];
|
||||
static u_int32_t disrupt;
|
||||
static uintptr_t disrupt;
|
||||
|
||||
if (disrupt == 0)
|
||||
disrupt = (u_int32_t)(long)resultsp;
|
||||
disrupt = (uintptr_t) resultsp;
|
||||
|
||||
/*
|
||||
* initialization: create a socket, a broadcast address, and
|
||||
|
||||
Reference in New Issue
Block a user