OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4644-g8d75f24

Gerrit Code Review gerrit@openafs.org
Sat, 1 Aug 2015 00:39:33 -0400


The following commit has been merged in the master branch:
commit 8d75f24aae3d2ed62dc070fd257464713d615a23
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Fri Jul 31 20:47:35 2015 -0400

    libadmin: #define UBIK_LEGACY_CALLITER 1 in afs_kasAdmin.c
    
    Replaces this warning:
    
    afs_kasAdmin.c: In function ‘GetPrincipalLockStatus’:
    afs_kasAdmin.c:710:6: warning: implicit declaration of function ‘ubik_CallIter’ [-Wimplicit-function-declaration]
          ubik_CallIter(KAM_LockStatus, kaserver->servers, UPUBIKONLY,
          ^
    
    with these marginally less alarming warnings:
    
    In file included from ../adminutil/afs_AdminInternal.h:17:0,
                     from afs_kasAdmin.c:21:
    /home/anders/wd/openafs/include/ubik.h:627:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     extern afs_int32 ubik_CallIter(int (*aproc) (), struct ubik_client *aclient,
     ^
    /home/anders/wd/openafs/include/ubik.h:632:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     extern afs_int32 ubik_Call_New(int (*aproc) (), struct ubik_client
     ^
    
    Change-Id: I49dbc5f6bb9199764c73c6ee8449d62518f377e6
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Reviewed-on: http://gerrit.openafs.org/11954
    Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 CODING                          |    2 +-
 src/libadmin/kas/afs_kasAdmin.c |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository