OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3786-g68d32db

Gerrit Code Review gerrit@openafs.org
Tue, 28 May 2013 07:27:30 -0700 (PDT)


The following commit has been merged in the master branch:
commit 68d32db60e3ba04341b00ac7886c620a0bae3ee9
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat May 11 20:20:38 2013 +0100

    Sort all libtool symbol lists
    
    The original plan for the libtool symbol lists was that they be in
    alphabetical order. This should make them easier to maintain, as it
    becomes harder to accidentaly introduce duplicates, and makes merge
    conflicts when adding new symbols less likely.
    
    However, not all of them are properly sorted. Update the ones that
    aren't. This was done with
    
        for A in `find . -name *.la.sym`; do sort $A -o $A; done
    
    Change-Id: I6a3fd621098466e8275b2e42c0fe54cfb38b5128
    Reviewed-on: http://gerrit.openafs.org/9900
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/auth/liboafs_auth.la.sym           |    4 +-
 src/cmd/liboafs_cmd.la.sym             |   40 +++---
 src/comerr/liboafs_comerr.la.sym       |   10 +-
 src/kauth/liboafs_kauth.la.sym         |   10 +-
 src/libafsauthent/libafsauthent.la.sym |   26 ++--
 src/libafsrpc/libafsrpc.la.sym         |  260 ++++++++++++++++----------------
 src/lwp/liboafs_lwpcompat.la.sym       |    8 +-
 src/opr/liboafs_opr.la.sym             |   16 +-
 src/rx/liboafs_rx.la.sym               |    2 +-
 src/rxkad/liboafs_rxkad.la.sym         |    6 +-
 src/ubik/liboafs_ubik.la.sym           |    4 +-
 src/usd/liboafs_usd.la.sym             |    2 +-
 src/util/liboafs_util.la.sym           |   84 +++++-----
 src/vlserver/liboafs_vldb.la.sym       |    8 +-
 14 files changed, 240 insertions(+), 240 deletions(-)

-- 
OpenAFS Master Repository