]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Rx warning removal
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 20 Oct 2009 19:08:51 +0000 (15:08 -0400)
committerDerrick Brashear <shadow|account-1000005@unknown>
Tue, 20 Oct 2009 20:53:20 +0000 (13:53 -0700)
commite7e057346fa456cb27c54112a4dba311bcaf9aaf
treeb83437329986719471be8c16b6d0182948e90164
parentc188acf396487be4b902549c215e3da5cda615ce
Rx warning removal

This patch set removes many but not all of the warnings
in the rx library.

 - use AFS_PTR_FMT in dpf debugging output

 - fix many signed vs unsigned warnings

 - on Windows, the first parameter to select() is ignored.
   Passing an osi_socket produces an unnecessary warning.

 - In rx_SlowReadPacket and rx_SlowWritePacket, use 'r' the
   unsigned value for internal computation and 'resid' for
   holding the original value.  This avoids many signed vs
   unsigned warnings.

LICENSE BSD

Reviewed-on: http://gerrit.openafs.org/695
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c
src/rx/rx_packet.c
src/rx/rx_packet.h
src/rx/rx_rdwr.c