diff options
author | adam <adam@pkgsrc.org> | 2003-07-28 14:40:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-07-28 14:40:27 +0000 |
commit | 16d63a71642607444af73cec4da86aecff9485ad (patch) | |
tree | e9b9f3f62b9215e666a72aac0b7a86af0c88ac11 /mail | |
parent | 243468b0b10151d40151c5728932e3a409ff6fe8 (diff) | |
download | pkgsrc-16d63a71642607444af73cec4da86aecff9485ad.tar.gz |
New patch file: patch-af, since auth_gss.c has been changed, and kerb_mit.c introduced
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/patches/patch-af | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/imap-uw/patches/patch-af b/mail/imap-uw/patches/patch-af new file mode 100644 index 00000000000..371d6bf3785 --- /dev/null +++ b/mail/imap-uw/patches/patch-af @@ -0,0 +1,21 @@ +$NetBSD: patch-af,v 1.5 2003/07/28 14:40:27 adam Exp $ + +--- src/osdep/unix/kerb_mit.c.orig 2003-03-05 06:27:21.000000000 +0100 ++++ src/osdep/unix/kerb_mit.c 2003-07-28 15:47:17.000000000 +0200 +@@ -18,9 +18,16 @@ + * CPYRIGHT, included with this Distribution. + */ + ++#ifdef __NetBSD__ ++/* This is really Heimdal specific, but . . . */ ++#include <gssapi/gssapi.h> ++#include <krb5/krb5.h> ++#define gss_nt_service_name GSS_C_NT_HOSTBASED_SERVICE ++#else + #define PROTOTYPE(x) x + #include <gssapi/gssapi_generic.h> + #include <gssapi/gssapi_krb5.h> ++#endif + + + long kerberos_server_valid (void); |