OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-41-g8b5846b
Gerrit Code Review
gerrit@openafs.org
Thu, 20 Aug 2009 06:48:06 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8b5846b080d455c8764450b545c1ee3ded61aa3c
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Thu Aug 20 09:21:53 2009 -0400
Windows: Ensure consistency of error code mapping
For Windows, the error mapping table used throughout the system
is located in util/errmap_nt.h. This table was incomplete and
WINNT/afsd/cm_utils.c added additional mapping locally. Move
said error mapping to util/errmap_nt.h.
When including afs/unified_afs.h it must be done after including
afs/errmap_nt.h. Otherwise, undefined errors are mapped to EIO
which should not be.
LICENSE MIT
Reviewed-on: http://gerrit.openafs.org/328
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_utils.c | 57 +++-----------------------------------------
src/util/errmap_nt.h | 55 +++++++++++++++++++++++++++++++++++++------
2 files changed, 51 insertions(+), 61 deletions(-)
--
OpenAFS Master Repository