OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-98-gd4c97c0

Gerrit Code Review gerrit@openafs.org
Thu, 14 Jan 2010 20:46:57 -0800 (PST)


The following commit has been merged in the master branch:
commit d4c97c0017be80c798206767c750e0855ee6c015
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Thu Jan 14 18:56:49 2010 -0500

    src/pam warning fixes
    
    The second parameter to pam_conv() should be a const pointer on
    recent systems.  Make it so to eliminate a couple of warnings.
    A configure test is added to deal with some systems where pam_conv()
    might not be const.
    
    Cast a few assignments to cell_ptr in afs_auth.c and afs_setcred.c
    since the argv parameter is const.
    
    Change-Id: I5757310c94a6f26ca7dab656edaa416d16e32e2a
    Reviewed-on: http://gerrit.openafs.org/847
    Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4          |    2 ++
 src/cf/pam-const.m4   |   29 +++++++++++++++++++++++++++++
 src/pam/afs_auth.c    |    2 +-
 src/pam/afs_pam_msg.c |    4 ++--
 src/pam/afs_setcred.c |    2 +-
 5 files changed, 35 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository