diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-22 05:30:03 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-22 05:30:03 +0000 |
commit | 668b77986ba767b9c83fcf908144ffef8e74a4d0 (patch) | |
tree | 9966079d00163620b8bfececeae069be6ceb5137 /security/cyrus-sasl2 | |
parent | 9ade2a58654f7f7e7608007ae016f27c0cae6dc9 (diff) | |
download | ports-668b77986ba767b9c83fcf908144ffef8e74a4d0.tar.gz ports-668b77986ba767b9c83fcf908144ffef8e74a4d0.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/files/patch-plugins::gssapi.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/files/patch-plugins::gssapi.c b/security/cyrus-sasl2/files/patch-plugins::gssapi.c new file mode 100644 index 000000000000..02273633a299 --- /dev/null +++ b/security/cyrus-sasl2/files/patch-plugins::gssapi.c @@ -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" |