]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-rx-user-prototype-20080925
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 25 Sep 2008 13:07:49 +0000 (13:07 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 25 Sep 2008 13:07:49 +0000 (13:07 +0000)
LICENSE MIT

fix prototype for rx_getAllAddr() on Windows

(cherry picked from commit 3be628e8fc34c2a047187ce3852c56734f9cfc0a)

src/rx/rx_user.c

index 081b429148aa74d06b5d09ce471b745003e26362..04dacd896bd97c63068c4374ff004ffa1a396628 100644 (file)
@@ -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;