summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/rcmd.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 08:06:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 08:06:58 +0000
commit8b02581b220950092aeb3adf95c9fc19e361e1d9 (patch)
tree5afa90be78d6c27cb40c36d23f8af0338a8701aa /cpukit/libnetworking/libc/rcmd.c
parentRemove. (diff)
downloadrtems-8b02581b220950092aeb3adf95c9fc19e361e1d9.tar.bz2
socklen_t.
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)