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-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/sudo/patches/patch-ab b/security/sudo/patches/patch-ab
new file mode 100644
index 00000000000..fcb69ee949a
--- /dev/null
+++ b/security/sudo/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.7 2003/05/08 18:08:38 jwise Exp $
+
+Broken macro
+
+--- auth/kerb5.c.old 2003-05-08 19:49:33.000000000 +0200
++++ auth/kerb5.c 2003-05-08 19:49:39.000000000 +0200
+@@ -73,7 +73,7 @@
+ #endif /* lint */
+
+ #ifdef HAVE_HEIMDAL
+-# define extract_name(c, p) krb5_principal_get_comp_string(c, p, 0);
++# define extract_name(c, p) krb5_principal_get_comp_string(c, p, 0)
+ # define krb5_free_data_contents(c, d) krb5_data_free(d)
+ # define ENCTYPE_DES_CBC_MD5 ETYPE_DES_CBC_MD5 /* XXX */
+ #else