]> git.saurik.com Git - apple/libinfo.git/blobdiff - rpc.subproj/bindresvport.c
Libinfo-517.30.1.tar.gz
[apple/libinfo.git] / rpc.subproj / bindresvport.c
index 2e47ff0b7a412a04dfa6f4217c9d5a4f33aea9c1..29d82d4623044f008551279c36f1284e39a10504 100644 (file)
@@ -84,7 +84,7 @@ bindresvport_sa(sd, sa)
        struct sockaddr_in6 *sin6;
        int proto, portrange, portlow;
        u_int16_t port;
-       int salen;
+       u_int32_t salen;
 
        if (sa == NULL) {
                salen = sizeof(myaddr);
@@ -120,7 +120,7 @@ bindresvport_sa(sd, sa)
        sa->sa_len = salen;
 
        if (port == 0) {
-               int oldlen = sizeof(old);
+               u_int32_t oldlen = sizeof(old);
 
                error = getsockopt(sd, proto, portrange, &old, &oldlen);
                if (error < 0)