OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1021-g4e723e6

Gerrit Code Review gerrit@openafs.org
Mon, 4 Apr 2011 18:53:13 -0700 (PDT)


The following commit has been merged in the master branch:
commit 4e723e6d9a422f5130c9d185918a088612027e62
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Apr 2 13:33:36 2011 +0100

    Replace afs_ctime with strftime and friends
    
    Replace our local afs_ctime() hack with strftime and localtime_r,
    which roken can provide for us if necessary. This avoids the
    compatibility problems inherent with ctime_r, and removes another bit
    of platform compatibility goo from libutil.
    
    Change-Id: I18ed36cc4dce9aa354ad1398710ab7db83c814a2
    Reviewed-on: http://gerrit.openafs.org/4426
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/audit/audit.c       |    9 ++++-----
 src/butc/lwps.c         |   20 +++++++++++---------
 src/kauth/kautils.c     |   16 ++++++++++------
 src/rxdebug/NTMakefile  |    3 ++-
 src/ubik/NTMakefile     |    3 ++-
 src/util/afsutil.h      |   27 ---------------------------
 src/util/assert.c       |    8 ++++----
 src/util/serverLog.c    |   10 +++++-----
 src/viced/host.c        |   22 +++++++++++++++-------
 src/viced/viced.c       |   39 +++++++++++++++++++++------------------
 src/vlserver/vlclient.c |    5 +++--
 11 files changed, 77 insertions(+), 85 deletions(-)

-- 
OpenAFS Master Repository