From 8b02581b220950092aeb3adf95c9fc19e361e1d9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 10 May 2005 08:06:58 +0000 Subject: socklen_t. --- cpukit/libnetworking/libc/rcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libnetworking/libc/rcmd.c') 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) -- cgit v1.2.3