OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-334-g5fce575

Gerrit Code Review gerrit@openafs.org
Fri, 29 Oct 2010 09:46:40 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5fce5754cee4f466f99681fcd7f42e5735e9776d
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Oct 28 01:19:17 2010 -0400

    Windows: Finish converting vol apps to pthread only
    
    The src/vol directory on Windows is one of the rare examples
    where a single directory builds both lwp and pthreaded versions
    of libraries and executables.  With this patchset the executables
    are fully converted from lwp to pthread.  This requires that
    afsrpc.dll include the pthread implementations of the threadname,
    fasttime, and lock implementations from the LWP directory.
    The inclusion within afsrpc.dll permits the dviced and
    dvolser directories to avoid rebuilding those object modules.
    
    Change-Id: I70c6e9ec346b5d9ef05d2400ddaf21e33a0c67a4
    Reviewed-on: http://gerrit.openafs.org/3181
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 NTMakefile               |   18 +++++++++---------
 src/dviced/NTMakefile    |    8 +-------
 src/dvolser/NTMakefile   |    7 -------
 src/libafsrpc/NTMakefile |    8 +++++++-
 src/libafsrpc/afsrpc.def |   15 +++++++++++++++
 src/vol/NTMakefile       |   25 +++++++++++++++++++++----
 6 files changed, 53 insertions(+), 28 deletions(-)

-- 
OpenAFS Master Repository