Sort all libtool symbol lists
authorSimon Wilkinson <sxw@your-file-system.com>
Sat, 11 May 2013 19:20:38 +0000 (20:20 +0100)
committerDerrick Brashear <shadow@your-file-system.com>
Tue, 28 May 2013 14:26:57 +0000 (07:26 -0700)
commit68d32db60e3ba04341b00ac7886c620a0bae3ee9
tree481ad524f879f32f5f5fbe5b7e40b5331a935b7f
parent8ebe4ecac6d208a84c56ab5c08abf430145c6281
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>
14 files changed:
src/auth/liboafs_auth.la.sym
src/cmd/liboafs_cmd.la.sym
src/comerr/liboafs_comerr.la.sym
src/kauth/liboafs_kauth.la.sym
src/libafsauthent/libafsauthent.la.sym
src/libafsrpc/libafsrpc.la.sym
src/lwp/liboafs_lwpcompat.la.sym
src/opr/liboafs_opr.la.sym
src/rx/liboafs_rx.la.sym
src/rxkad/liboafs_rxkad.la.sym
src/ubik/liboafs_ubik.la.sym
src/usd/liboafs_usd.la.sym
src/util/liboafs_util.la.sym
src/vlserver/liboafs_vldb.la.sym