OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1068-g78d1f8d

Gerrit Code Review gerrit@openafs.org
Fri, 15 Apr 2011 10:13:56 -0700 (PDT)


The following commit has been merged in the master branch:
commit 78d1f8d88334f711eaaf6555d3a962a504d3e80e
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Apr 13 10:52:50 2011 -0500

    pam: Use PAM_CONST more often
    
    Some callers of pam_get_item et al were just casting their argument to
    a const void **. Some PAM implementations (Linux) want a const void**,
    but others (Solaris) do not. Use the PAM_CONST symbol already defined
    by autoconf to declare or cast the relevant variable const or not as
    appropriate.
    
    Change-Id: I81c7863797396eb146b78ffbb2586e4f3a1e854e
    Reviewed-on: http://gerrit.openafs.org/4470
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/pam/afs_auth.c     |   10 +++++-----
 src/pam/afs_password.c |   10 +++++-----
 src/pam/afs_setcred.c  |    8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository