From 8af371f4137e0ca1143e2581427c5c3753efb2c6 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 4 Feb 2004 17:28:00 +0000 Subject: [PATCH] Remove reference to the ntstatus.h header in cc_mslsa.c This header is not present in the August 2001 Platform SDK which is the current minimum SDK version. ticket: new tags: pullup target_version: 1.3.2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16020 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/ChangeLog | 6 ++++++ src/lib/krb5/ccache/cc_mslsa.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog index e869f913b..e0ae8919c 100644 --- a/src/lib/krb5/ccache/ChangeLog +++ b/src/lib/krb5/ccache/ChangeLog @@ -1,3 +1,9 @@ +2004-02-04 Jeffrey Altman + + * cc_mslsa.c: + Remove reference to as it is not present in the August 2001 + Platform SDK used by Pismere. Instead copy the error value. + 2004-02-02 Jeffrey Altman * cc_msla.c: diff --git a/src/lib/krb5/ccache/cc_mslsa.c b/src/lib/krb5/ccache/cc_mslsa.c index a1970a2d6..29648b8b3 100644 --- a/src/lib/krb5/ccache/cc_mslsa.c +++ b/src/lib/krb5/ccache/cc_mslsa.c @@ -62,7 +62,6 @@ #define SECURITY_WIN32 #include #include -#include #define MAX_MSG_SIZE 256 #define MAX_MSPRINC_SIZE 1024 -- 2.26.2