OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-89-g4057a99
Gerrit Code Review
gerrit@openafs.org
Fri, 20 Nov 2009 06:52:11 -0800 (PST)
The following commit has been merged in the master branch:
commit 4057a9941b95f7a00c57738c1810ec5abf315e97
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Thu Nov 19 16:34:07 2009 +0000
osi_UFSOpen returns struct osi_file *
The osi_UFSOpen function always returns a (struct osi_file *). Fix
the code to reflect this, rather than casting to and from (void *).
Change-Id: I3aa0bb17b547060671aa7045a8237b3926ec613f
Reviewed-on: http://gerrit.openafs.org/851
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/AIX/osi_file.c | 4 ++--
src/afs/DARWIN/osi_file.c | 4 ++--
src/afs/FBSD/osi_file.c | 4 ++--
src/afs/HPUX/osi_file.c | 4 ++--
src/afs/IRIX/osi_file.c | 4 ++--
src/afs/LINUX/osi_file.c | 4 ++--
src/afs/LINUX24/osi_file.c | 8 ++++----
src/afs/NBSD/osi_file.c | 4 ++--
src/afs/OBSD/osi_file.c | 4 ++--
src/afs/SOLARIS/osi_file.c | 10 +++++-----
src/afs/UKERNEL/afs_usrops.c | 2 +-
src/afs/VNOPS/afs_vnop_read.c | 2 +-
src/afs/VNOPS/afs_vnop_write.c | 2 +-
src/afs/afs_prototypes.h | 2 +-
14 files changed, 29 insertions(+), 29 deletions(-)
--
OpenAFS Master Repository