1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build when KRB5_HOME is defined

PR:		34149
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-01-22 05:30:03 +00:00
parent 9ade2a5865
commit 668b77986b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53522
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
--- plugins/gssapi.c.orig Fri Mar 9 23:56:46 2001
+++ plugins/gssapi.c Mon Jan 21 21:03:32 2002
@@ -71,6 +71,12 @@
#include <saslutil.h>
#include <saslplug.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
+#include <errno.h>
+
#ifdef WIN32
/* This must be after sasl.h */
# include "saslgssapi.h"

View File

@ -0,0 +1,15 @@
--- plugins/gssapi.c.orig Fri Mar 9 23:56:46 2001
+++ plugins/gssapi.c Mon Jan 21 21:03:32 2002
@@ -71,6 +71,12 @@
#include <saslutil.h>
#include <saslplug.h>
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
+#include <errno.h>
+
#ifdef WIN32
/* This must be after sasl.h */
# include "saslgssapi.h"