OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1491-g1fc4c9d

Gerrit Code Review gerrit@openafs.org
Sun, 7 Aug 2011 11:50:16 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3d84c065fbf893d753bcd8da1211be536b07e29d
Author: Derrick Brashear <shadow@dementia.org>
Date:   Wed Aug 3 13:56:08 2011 -0400

    pam: clean up unused variables and prototyping
    
    don't define variables on platforms we won't use them on
    do prototype functions we call. basically, we compile with warnings
    enabled now, so, fix everything so we *can*.
    
    Change-Id: I749f27c227ac70c58ccc68f1548f8274f10e3587
    Reviewed-on: http://gerrit.openafs.org/5154
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/pam/afs_auth.c     |   10 +++++++---
 src/pam/afs_password.c |    7 +++++--
 src/pam/afs_session.c  |    4 +++-
 src/pam/afs_setcred.c  |   12 ++++++++----
 src/pam/afs_util.c     |    2 ++
 5 files changed, 25 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository