From: Jeffrey Altman Date: Thu, 25 Sep 2008 13:07:49 +0000 (+0000) Subject: DEVEL15-rx-user-prototype-20080925 X-Git-Tag: openafs-devel-1_5_53~15 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a7e6f80bd3fddd2d080288596c3d19995c13c00a;p=packages%2Fo%2Fopenafs.git DEVEL15-rx-user-prototype-20080925 LICENSE MIT fix prototype for rx_getAllAddr() on Windows (cherry picked from commit 3be628e8fc34c2a047187ce3852c56734f9cfc0a) --- diff --git a/src/rx/rx_user.c b/src/rx/rx_user.c index 081b42914..04dacd896 100644 --- a/src/rx/rx_user.c +++ b/src/rx/rx_user.c @@ -300,7 +300,7 @@ rxi_getaddr(void) ** maxSize - max number of interfaces to return. */ int -rx_getAllAddr(afs_int32 * buffer, int maxSize) +rx_getAllAddr(afs_uint32 * buffer, int maxSize) { int count = 0, offset = 0;