summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rtime.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-03-10 00:57:01 +0000
committerstefanf <stefanf@FreeBSD.org>2005-03-10 00:57:01 +0000
commit624654db85d8dcfec20ad8c4555a9081920e6622 (patch)
tree7813428bda53806335dcac739460e461e963ab47 /lib/libc/rpc/rtime.c
parentf01ea9b62654b444f236eae247140d7e5c0b8f7f (diff)
downloadFreeBSD-src-624654db85d8dcfec20ad8c4555a9081920e6622.zip
FreeBSD-src-624654db85d8dcfec20ad8c4555a9081920e6622.tar.gz
Use socklen_t where appropriate.
Approved by: alfred
Diffstat (limited to 'lib/libc/rpc/rtime.c')
-rw-r--r--lib/libc/rpc/rtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rtime.c b/lib/libc/rpc/rtime.c
index 6253840..39ac19b 100644
--- a/lib/libc/rpc/rtime.c
+++ b/lib/libc/rpc/rtime.c
@@ -78,7 +78,7 @@ rtime(addrp, timep, timeout)
int res;
unsigned long thetime;
struct sockaddr_in from;
- int fromlen;
+ socklen_t fromlen;
int type;
struct servent *serv;
OpenPOWER on IntegriCloud