]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/xdr_array.c
Update.
[thirdparty/glibc.git] / sunrpc / xdr_array.c
index 2dbf8c1e8c95ef7ba8efc525c2cbf7cabffe8747..461a6ad9d86c042b7ce4436a4b787d9de753af11 100644 (file)
@@ -76,7 +76,7 @@ xdr_array (xdrs, addrp, sizep, maxsize, elsize, elproc)
   u_int nodesize;
 
   /* like strings, arrays are really counted arrays */
-  if (!xdr_u_int (xdrs, sizep))
+  if (!INTUSE(xdr_u_int) (xdrs, sizep))
     {
       return FALSE;
     }
@@ -137,6 +137,7 @@ xdr_array (xdrs, addrp, sizep, maxsize, elsize, elproc)
     }
   return stat;
 }
+INTDEF(xdr_array)
 
 /*
  * xdr_vector():