diff options
| author | matt <matt@NetBSD.org> | 2005-04-25 03:43:22 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2005-04-25 03:43:22 +0000 |
| commit | cfde366733a102438ae2c6a81bf50528df99ccc3 (patch) | |
| tree | 22524b132c5520dea66ec2b96fc0e7d1d886e550 /gnu/libexec | |
| parent | 0e46a38f38c6f2e53c22d48bb432c0776b6a4d65 (diff) | |
Use socklet_t with accept.
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/libunix/tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/libunix/tcp.c b/gnu/libexec/uucp/libunix/tcp.c index 6b239841e39..32000ef5ae8 100644 --- a/gnu/libexec/uucp/libunix/tcp.c +++ b/gnu/libexec/uucp/libunix/tcp.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char tcp_rcsid[] = "$Id: tcp.c,v 1.2 1998/04/17 23:39:29 ross Exp $"; +const char tcp_rcsid[] = "$Id: tcp.c,v 1.3 2005/04/25 03:43:22 matt Exp $"; #endif #if HAVE_TCP @@ -231,7 +231,7 @@ ftcp_open (qconn, ibaud, fwait) while (! FGOT_SIGNAL ()) { - int clen; + socklen_t clen; int onew; pid_t ipid; |
