diff options
Diffstat (limited to 'bsd-bindresvport.c')
-rw-r--r-- | bsd-bindresvport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-bindresvport.c b/bsd-bindresvport.c index fb3f6f2b8..536a5056f 100644 --- a/bsd-bindresvport.c +++ b/bsd-bindresvport.c | |||
@@ -62,7 +62,7 @@ bindresvport_af(sd, sa, af) | |||
62 | struct sockaddr_in6 *sin6; | 62 | struct sockaddr_in6 *sin6; |
63 | u_int16_t *portp; | 63 | u_int16_t *portp; |
64 | u_int16_t port; | 64 | u_int16_t port; |
65 | int salen; | 65 | socklen_t salen; |
66 | int i; | 66 | int i; |
67 | 67 | ||
68 | if (sa == NULL) { | 68 | if (sa == NULL) { |