diff options
author | markd <markd@pkgsrc.org> | 2004-01-13 02:05:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-01-13 02:05:29 +0000 |
commit | f8c2eb7eb15bc0a4610938e265835900b85538bb (patch) | |
tree | dbb63eb5945eee8abb3ac7d942af1b1811192c05 /security/heimdal/patches | |
parent | 047e33db75c1caa072236b214530967eebc8043a (diff) | |
download | pkgsrc-f8c2eb7eb15bc0a4610938e265835900b85538bb.tar.gz |
Fix build with gcc3.
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r-- | security/heimdal/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/heimdal/patches/patch-ae b/security/heimdal/patches/patch-ae new file mode 100644 index 00000000000..9b78e9757fb --- /dev/null +++ b/security/heimdal/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2004/01/13 02:05:29 markd Exp $ + +--- lib/krb5/verify_krb5_conf.c.orig 2003-03-29 21:52:50.000000000 +1200 ++++ lib/krb5/verify_krb5_conf.c +@@ -449,8 +449,8 @@ struct entry log_strings[] = { + + #if 0 + struct entry kdcdefaults_entries[] = { +- { "kdc_ports, krb5_config_string, mit_entry }, +- { "v4_mode, krb5_config_string, mit_entry }, ++ { "kdc_ports", krb5_config_string, mit_entry }, ++ { "v4_mode", krb5_config_string, mit_entry }, + { NULL } + }; + #endif |