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/comsat/comsat.c | |
| parent | 6aac4c27da987ea7a85281142bf33cf2c5047134 (diff) | |
Notes
Diffstat (limited to 'libexec/comsat/comsat.c')
| -rw-r--r-- | libexec/comsat/comsat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index 1221566c7736..ed14b1a2d2bc 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -88,8 +88,8 @@ int main(int argc, char *argv[]) { struct sockaddr_in from; + socklen_t fromlen; int cc; - int fromlen; char msgbuf[256]; /* verify proper invocation */ |
