OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1475-gf631a11
Gerrit Code Review
gerrit@openafs.org
Mon, 1 Aug 2011 10:43:23 -0700 (PDT)
The following commit has been merged in the master branch:
commit 71e64b6f21817872676e74a8c67c0f0bcfb23391
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Aug 1 11:00:55 2011 -0400
Windows: unified afs errors must use nt mapping
On Windows, error.h does not provide a complete list of POSIX
C99 error values. OpenAFS fills in the gaps with a private
error mapping table afs/errmap_nt.h (src/util/errmap_nt.h).
If errmap_nt.h is not included prior to processing unified_afs.h,
values such as ELOOP will be mapped to EIO instead of the unique
value defined by errmap_nt.h.
Change-Id: I3d25fafb15f1b0060ad1047178cbadd5ce22edb2
Reviewed-on: http://gerrit.openafs.org/5128
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/afs/unified_afs.p.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository