OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-21-g8114188
Gerrit Code Review
gerrit@openafs.org
Wed, 7 Oct 2009 12:35:01 -0700 (PDT)
The following commit has been merged in the master branch:
commit 811418887df505b9012a96802aa3dc3281b302e7
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Tue Oct 6 11:03:27 2009 -0400
Build afsio on Windows; remove many warnings
With this commit afsio builds on Windows. It will not work
until the VIOC_FS_CMD OSD extension is implemented in the
Windows Cache Manager.
Required changes:
* Export ugen_ClientInit from libafsauthent.dll
* Fix util_GetInt64 and util_GetUInt64 to return afs_int32
instead of afs_int64 since it is just returning success
or error
* Define VIOC_FS_CMD for Windows even though it isn't implemented
LICENSE BSD
Reviewed-on: http://gerrit.openafs.org/587
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/WINNT/afsd/NTMakefile | 23 ++++++++++-
src/WINNT/afsd/afsio.rc | 17 ++++++++
src/WINNT/afsd/smb_iocons.h | 1 +
src/libafsauthent/afsauthent.def | 1 +
src/util/afsutil_prototypes.h | 4 +-
src/util/volparse.c | 4 +-
src/venus/afsio.c | 85 ++++++++++++++++++++++---------------
7 files changed, 95 insertions(+), 40 deletions(-)
--
OpenAFS Master Repository