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/fingerd | |
| parent | 6aac4c27da987ea7a85281142bf33cf2c5047134 (diff) | |
Notes
Diffstat (limited to 'libexec/fingerd')
| -rw-r--r-- | libexec/fingerd/fingerd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 9a289339490d..0979c64a504b 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -71,7 +71,8 @@ main(int argc, char *argv[]) int ch; char *lp; struct sockaddr_storage ss; - int p[2], logging, pflag, secure, sval; + socklen_t sval; + int p[2], logging, pflag, secure; #define ENTRIES 50 char **ap, *av[ENTRIES + 1], **comp, line[1024], *prog; char rhost[MAXHOSTNAMELEN]; |
