PAG numbers are unsigned (and other warnings)
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Tue, 21 Jul 2009 19:26:34 +0000 (20:26 +0100)
committerRuss Allbery <rra|account-1000002@unknown>
Fri, 21 Aug 2009 23:34:49 +0000 (16:34 -0700)
commit74d53f288c7eeecc36d4c082dd96d840f1861d7b
tree7bec1d43b5104917fe40f47e3ea896998e72b3fe
parent50f6529cf1f191606f55add4cabe53fceab492ed
PAG numbers are unsigned (and other warnings)

PAG numbers are represented by afs_uint32. Fix assorted call sites to
reflect this.

While we're here, prototype ktc_newpag, and fix the casts used by
the ktc_curpag() call.

Reviewed-on: http://gerrit.openafs.org/167
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
src/afs/afs_osi_pag.c
src/afs/afs_pioctl.c
src/auth/auth.p.h
src/auth/ktc.c