More warning fixes for kauth
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Fri, 16 Oct 2009 22:15:52 +0000 (23:15 +0100)
committerDerrick Brashear <shadow|account-1000005@unknown>
Sun, 18 Oct 2009 13:14:13 +0000 (06:14 -0700)
commitc4f190ca605597fd31972192c65363117863e262
treeaf496f2fc4bad765422b96858db9d4363e9ceea2
parent3064879c8d69ca9541c622e9f3f90e7c1e35c26c
More warning fixes for kauth

Resolve more minor warnings from the kauth directory.

*) kaux_read takes an unsigned for the number of failures
*) The COUNT_REQ macro generates an unused variable (this_op)
*) kas is missing some headers
*) Add some more prototypes to kauth_internal.h
*) Add the standard boilerplate to kauth_internal.h
*) recvfrom takes a socklen_t * as its 6th argument

This make kaprocs.c, kaauxdb.c, kas.c, klog.c, and ka-forwarder.c
warning clean. Mark them as such.

Reviewed-on: http://gerrit.openafs.org/673
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS
src/kauth/Makefile.in
src/kauth/kaauxdb.c
src/kauth/kaprocs.c
src/kauth/kas.c
src/kauth/kaserver.c
src/kauth/kauth_internal.h
src/kauth/klog.c
src/kauth/krb_tf.c
src/kauth/krb_udp.c