From patchwork Thu Apr 1 12:29:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Patch to get cifs.upcall to compile with Heimdal Date: Thu, 01 Apr 2010 02:29:28 -0000 From: Torsten Kurbad X-Patchwork-Id: 49211 Message-Id: <20100401142928.60c58900@atalante.iwm-kmrc.de> To: Jeff Layton Cc: linux-cifs-client@lists.samba.org Hi Jeff, I now split up the patches and reintroduced the first variant for krb5.h inclusion. Best regards, Torsten >From 9b7f69afc1f5eef1f338ea02f7cec98719ed6163 Mon Sep 17 00:00:00 2001 From: Torsten Kurbad Date: Thu, 1 Apr 2010 14:15:34 +0200 Subject: [PATCH 2/2] cifs-upcall krb5.h inclusion quick fix --- cifs.upcall.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cifs.upcall.c b/cifs.upcall.c index 7c8d586..55ff574 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -31,7 +31,11 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k #include #include +#ifdef HAVE_KRB5_KRB5_H #include +#elif defined(HAVE_KRB5_H) +#include +#endif #include #include #include -- 1.7.0.3