diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-02-14 17:42:58 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-02-14 17:42:58 +0000 |
| commit | 78e3eed07184d423cdabe6a8baae3edcd47c3dc5 (patch) | |
| tree | 5a1a482690a82b5a762fe1b22f8d9ecebb0c7f70 /libexec/rpc.sprayd | |
| parent | 6aac4c27da987ea7a85281142bf33cf2c5047134 (diff) | |
Notes
Diffstat (limited to 'libexec/rpc.sprayd')
| -rw-r--r-- | libexec/rpc.sprayd/sprayd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rpc.sprayd/sprayd.c b/libexec/rpc.sprayd/sprayd.c index 20210d972270..9c7cee1e105b 100644 --- a/libexec/rpc.sprayd/sprayd.c +++ b/libexec/rpc.sprayd/sprayd.c @@ -78,7 +78,7 @@ main(int argc, char *argv[]) SVCXPRT *transp; int ok; struct sockaddr_storage from; - int fromlen; + socklen_t fromlen; /* * See if inetd started us |
