summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/rcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/rcmd.c')
-rw-r--r--cpukit/libnetworking/libc/rcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/libc/rcmd.c b/cpukit/libnetworking/libc/rcmd.c
index c588172434..542da3f21a 100644
--- a/cpukit/libnetworking/libc/rcmd.c
+++ b/cpukit/libnetworking/libc/rcmd.c
@@ -164,7 +164,7 @@ rcmd(ahost, rport, locuser, remuser, cmd, fd2p)
} else {
char num[8];
int s2 = rresvport(&lport), s3;
- int len = sizeof(from);
+ socklen_t len = sizeof(from);
int nfds;
if (s2 < 0)