OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-49-g74d53f2
Gerrit Code Review
gerrit@openafs.org
Fri, 21 Aug 2009 16:35:08 -0700 (PDT)
The following commit has been merged in the master branch:
commit 74d53f288c7eeecc36d4c082dd96d840f1861d7b
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Tue Jul 21 20:26:34 2009 +0100
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 | 3 ++-
src/afs/afs_pioctl.c | 2 +-
src/auth/auth.p.h | 4 ++++
src/auth/ktc.c | 6 +++---
4 files changed, 10 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository