OpenAFS Master Repository branch, master, updated. e8a2833996e783f4ebd051ae87dbd301948689b0
Gerrit Code Review
gerrit@openafs.org
Thu, 23 Jul 2009 10:35:18 -0700 (PDT)
The following commit has been merged in the master branch:
commit e8a2833996e783f4ebd051ae87dbd301948689b0
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Wed Jul 22 22:07:32 2009 +0100
Squish more warnings in xstat
Use a correct prototype for a_ProbeHandler in xstat_cm_Init
Fix a printf warning
rx_getAllAddr and afs_cb_interface.addr disagree on the sign of addresses
afs_interface.addr is a [], which we then use & to get the address of. Fix
this to stop the compiler from sulking.
Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/184
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/xstat/xstat_cm.c | 6 +++---
src/xstat/xstat_fs_callback.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository