]> 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 0a5891a321bb8c8a7d0f1cba76c1a77ac9451741..29d82d4623044f008551279c36f1284e39a10504 100644 (file)
@@ -3,22 +3,21 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
- * This file contains Original Code and/or Modifications of Original Code
- * as defined in and that are subject to the Apple Public Source License
- * Version 2.0 (the 'License'). You may not use this file except in
- * compliance with the License. Please obtain a copy of the License at
- * http://www.opensource.apple.com/apsl/ and read it before using this
- * file.
+ * Portions Copyright (c) 1999 Apple Computer, Inc.  All Rights
+ * Reserved.  This file contains Original Code and/or Modifications of
+ * Original Code as defined in and that are subject to the Apple Public
+ * Source License Version 1.1 (the "License").  You may not use this file
+ * except in compliance with the License.  Please obtain a copy of the
+ * License at http://www.apple.com/publicsource and read it before using
+ * this file.
  * 
  * The Original Code and all software distributed under the License are
  * 
  * The Original Code and all software distributed under the License are
- * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
+ * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
- * Please see the License for the specific language governing rights and
- * limitations under the License.
+ * FITNESS FOR A PARTICULAR PURPOSE OR NON- INFRINGEMENT.  Please see the
+ * License for the specific language governing rights and limitations
+ * under the License.
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
@@ -85,7 +84,7 @@ bindresvport_sa(sd, sa)
        struct sockaddr_in6 *sin6;
        int proto, portrange, portlow;
        u_int16_t port;
        struct sockaddr_in6 *sin6;
        int proto, portrange, portlow;
        u_int16_t port;
-       int salen;
+       u_int32_t salen;
 
        if (sa == NULL) {
                salen = sizeof(myaddr);
 
        if (sa == NULL) {
                salen = sizeof(myaddr);
@@ -121,7 +120,7 @@ bindresvport_sa(sd, sa)
        sa->sa_len = salen;
 
        if (port == 0) {
        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)
 
                error = getsockopt(sd, proto, portrange, &old, &oldlen);
                if (error < 0)