Replace afs_ctime with strftime and friends
authorSimon Wilkinson <sxw@your-file-system.com>
Sat, 2 Apr 2011 12:33:36 +0000 (13:33 +0100)
committerJeffrey Altman <jaltman@openafs.org>
Tue, 5 Apr 2011 01:52:40 +0000 (18:52 -0700)
commit4e723e6d9a422f5130c9d185918a088612027e62
treeddbe0b800cf088548569dc49839b3aec1f2d7a33
parente0bdc5d6523c2a26a9eb689bdbb1d7a2b591a821
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
src/butc/lwps.c
src/kauth/kautils.c
src/rxdebug/NTMakefile
src/ubik/NTMakefile
src/util/afsutil.h
src/util/assert.c
src/util/serverLog.c
src/viced/host.c
src/viced/viced.c
src/vlserver/vlclient.c