OpenAFS Master Repository branch, master, updated. f149a3c54b0c0c3503556722e9b7f9d8f0b793b8
Gerrit Code Review
gerrit@openafs.org
Tue, 21 Jul 2009 08:14:39 -0700 (PDT)
The following commit has been merged in the master branch:
commit f149a3c54b0c0c3503556722e9b7f9d8f0b793b8
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jul 15 09:54:32 2009 -0500
Correct ctime arguments
Corrects a few places throughout the tree where ctime() is incorrectly passed a
pointer to an afs_uint32 or similar fixed-width datatype, instead of a pointer
to a time_t.
FIXES 124538
Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/100
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>
src/bozo/smail-notifier.c | 9 ++--
src/butc/read_tape.c | 27 ++++++++----
src/kauth/kautils.c | 1 +
src/tviced/state_analyzer.c | 4 +-
src/util/afsutil.h | 1 +
src/util/test/dtest.c | 4 +-
src/util/test/ktest.c | 4 +-
src/util/test/test_ktime.c | 14 +++---
src/vfsck/inode.c | 4 +-
src/viced/callback.c | 4 +-
src/vlserver/vlclient.c | 2 +-
src/volser/vos.c | 102 ++++++++++++++++++++++++++++---------------
12 files changed, 113 insertions(+), 63 deletions(-)
--
OpenAFS Master Repository