OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-100-g135042c
Gerrit Code Review
gerrit@openafs.org
Wed, 12 May 2010 07:30:52 -0700 (PDT)
The following commit has been merged in the master branch:
commit 135042cd8c1beee7c045ce3b0b86272bf85a5464
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Wed May 12 10:25:01 2010 -0400
Windows: netidmgr_plugin must include afsconfig.h
In order to properly use afs headers afsconfig.h must
be included first in afsfuncs.c. Update the makefile
to specify the correct include paths.
Since this results in the afs assert.h being used,
we must include the lib file that includes the
AssertionFailed function.
LICENSE MIT
Change-Id: I46f76410ea16eeffeb8406ef4e89120a3255366a
Reviewed-on: http://gerrit.openafs.org/1954
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/netidmgr_plugin/NTMakefile | 3 ++-
src/WINNT/netidmgr_plugin/afsfuncs.c | 3 +++
2 files changed, 5 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository