OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-165-gfe8db2a
Gerrit Code Review
gerrit@openafs.org
Thu, 27 May 2010 19:47:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit fe8db2a6979b96f5ff622c0fe9d42f6694555419
Author: Russ Allbery <rra@stanford.edu>
Date: Thu May 27 12:33:57 2010 -0500
Clean up warnings in libadmin/bos/afs_bosAdmin.c
Use the correct data structures for BOS timestamps. Use afs_int32 for
the expressed timestamps for executables since that's what the BOS RPC
says it's using for right now; we should change this, but when we do,
warnings will catch this use along with the others. Cast some const
char *'s that are passed into BOS functions that take char *'s.
Change-Id: Iff3a6c42241953ed086f8e739cdb344a41a44635
Reviewed-on: http://gerrit.openafs.org/2050
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS | 1 -
src/libadmin/bos/Makefile.in | 2 +-
src/libadmin/bos/afs_bosAdmin.c | 12 ++++++------
src/libadmin/bos/afs_bosAdmin.h | 6 +++---
src/libadmin/test/bos.c | 6 +++---
5 files changed, 13 insertions(+), 14 deletions(-)
--
OpenAFS Master Repository