summaryrefslogtreecommitdiff
path: root/security/sudo/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudo/patches/patch-ab')
-rw-r--r--security/sudo/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/sudo/patches/patch-ab b/security/sudo/patches/patch-ab
new file mode 100644
index 00000000000..bfa6dab66db
--- /dev/null
+++ b/security/sudo/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.9 2004/03/22 08:45:56 jlam Exp $
+
+--- auth/kerb5.c.orig Mon Apr 21 17:19:15 2003
++++ auth/kerb5.c Mon Mar 22 03:34:44 2004
+@@ -88,7 +88,7 @@
+ } sudo_krb5_data = { NULL, NULL, NULL };
+ typedef struct _sudo_krb5_data *sudo_krb5_datap;
+
+-extern krb5_cc_ops krb5_mcc_ops;
++extern const krb5_cc_ops krb5_mcc_ops;
+
+ int
+ kerb5_init(pw, promptp, auth)