rx-user-prototype-20080925
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 25 Sep 2008 13:04:46 +0000 (13:04 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 25 Sep 2008 13:04:46 +0000 (13:04 +0000)
LICENSE MIT

fix prototype for rx_getAllAddr() on Windows

src/rx/rx_user.c

index decb24c..9facb6c 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;