OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-899-gb146d62
Gerrit Code Review
gerrit@openafs.org
Mon, 21 Mar 2011 10:27:31 -0700 (PDT)
The following commit has been merged in the master branch:
commit b146d627181f7b631da7655f338748a8f1d25272
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Mar 10 16:41:02 2011 -0600
vol: Make VLockFile arguments consistent
The Windows implementation of the VLockFile functions had the handle
incorrectly declared in a few places (they accepted a struct VLockFile
instead of an FD_t). Correct them, and make all VLockFile
implementation functions declare 'FD_t's instead of 'HANDLE's or
'int's.
Change-Id: I2bc414712599cb8f2a2f0a5034b583a15b2c3ad8
Reviewed-on: http://gerrit.openafs.org/4197
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/vutil.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository