Remove some more warnings from rx
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Sat, 26 Sep 2009 17:04:06 +0000 (18:04 +0100)
committerDerrick Brashear <shadow|account-1000005@unknown>
Mon, 28 Sep 2009 08:36:20 +0000 (01:36 -0700)
commit6dcf37d8109a31ec1b95438a70e485a66fede848
treeadfe0e37a976864267f6eafaa9a5803c50f3d3a4
parent9d42c45e6513ebfa405ecd1d5404f753a0b2045b
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
src/rx/rx_pthread.c
src/rx/rx_user.c