OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-21-g6dcf37d
Gerrit Code Review
gerrit@openafs.org
Mon, 28 Sep 2009 01:36:26 -0700 (PDT)
The following commit has been merged in the master branch:
commit 6dcf37d8109a31ec1b95438a70e485a66fede848
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Sat Sep 26 18:04:06 2009 +0100
Remove some more warnings from rx
The mtu variable in InitPeerParams is in the wrong place. It's only
required when the (never used) AFS_USERSPACE_IP_ADDR code is enabled.
Move the variable to the appropriate location, and indent the if and
endif directives in this section to try to make it clearer what the
control flow is (my brain hurt)
Remove the unused rx_pthread_n_event_wakeups variable
ANSIfy rxi_syscall - we can't prototype it yet, sadly.
Reviewed-on: http://gerrit.openafs.org/503
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx_kcommon.c | 24 +++++++++++++-----------
src/rx/rx_pthread.c | 8 --------
src/rx/rx_user.c | 6 +++---
3 files changed, 16 insertions(+), 22 deletions(-)
--
OpenAFS Master Repository