OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4466-ge053b6b

Gerrit Code Review gerrit@openafs.org
Mon, 24 Nov 2014 19:11:42 -0500


The following commit has been merged in the master branch:
commit e053b6bf435519cbbdedaef23f537992f3b50a15
Author: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
Date:   Sun Jul 27 20:16:35 2014 -0400

    Move vos COMMONPARMS to a larger offset
    
    Currently, vos.c leaves a gap of 12 in the argument handling array
    before its common operations (-verbose, -noauth, etc.); 'vos each'
    will take more, so move that to 25.
    
    While here, switch to named constants for these arguments, which
    should make it easier to do this again, if ever necessary.
    
    Change-Id: Idc4424e5fe4efd78389ea8421db000a361b461ec
    Reviewed-on: http://gerrit.openafs.org/11332
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/volser/vos.c |   53 +++++++++++++++++++++++++++++++++++------------------
 1 files changed, 35 insertions(+), 18 deletions(-)

-- 
OpenAFS Master Repository