OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-459-g000fb2e
Gerrit Code Review
gerrit@openafs.org
Tue, 23 Nov 2010 21:33:42 -0800 (PST)
The following commit has been merged in the master branch:
commit 000fb2e45a126ea864292b4dd85b216cdb9b6ee0
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Tue Nov 23 12:11:46 2010 -0500
rxkad: fix bg-fcrypt to work with roken
On Windows, roken.h defines iov_len as len and iov_base as buf
so that it can use _WSABUF as the iovec structure. This has negative
consequences when there are local variables iov_len and iov_base
as the same time as there are variables len and buf. This was the
case in bg-fcrypt rxkad_EncryptPacket and rxkad_DecryptPacket.
As a result, rxkad compiled cleanly but did the wrong thing.
This patchset renames iov_len to ilen and iov_base to ibase in order
to avoid this issue.
Change-Id: Iede2d249b6399fed3e718e782b9bf1315fada93b
Reviewed-on: http://gerrit.openafs.org/3350
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/rxkad/bg-fcrypt.c | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
--
OpenAFS Master Repository