From a7e6f80bd3fddd2d080288596c3d19995c13c00a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 25 Sep 2008 13:07:49 +0000 Subject: [PATCH] DEVEL15-rx-user-prototype-20080925 LICENSE MIT fix prototype for rx_getAllAddr() on Windows (cherry picked from commit 3be628e8fc34c2a047187ce3852c56734f9cfc0a) --- src/rx/rx_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5