summaryrefslogtreecommitdiffstats
path: root/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-01-21 11:04:34 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-01-21 11:04:34 +0000
commit0878c7c9f7adecf5c0933740856c3603363006f7 (patch)
treef0277804c11e4cb5b91c9c7edf642771d2b3f7e0 /main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch
parent92793b90c3056ac2e328d74b44ae5da14eb9a4a3 (diff)
downloadaports-0878c7c9f7adecf5c0933740856c3603363006f7.tar.bz2
aports-0878c7c9f7adecf5c0933740856c3603363006f7.tar.xz
main/heimdal: update to v1.3.1
Diffstat (limited to 'main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch')
-rw-r--r--main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch b/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch
new file mode 100644
index 000000000..c68879453
--- /dev/null
+++ b/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch
@@ -0,0 +1,26 @@
+--- heimdal-1.3.1-old/lib/krb5/cache.c Sat Nov 21 15:41:51 2009
++++ heimdal-1.3.1/lib/krb5/cache.c Thu Jan 21 09:12:13 2010
+@@ -1347,10 +1347,11 @@
+ *
+ */
+
+-struct krb5_cccol_cursor {
++struct krb5_cccol_cursor_data {
+ int idx;
+ krb5_cc_cache_cursor cursor;
+ };
++/* typedef of krb5_cccol_cursor is in krb5.h */
+
+ /**
+ * Get a new cache interation cursor that will interate over all
+--- heimdal-1.3.1-old/lib/krb5/krb5.h Sat Nov 21 15:41:51 2009
++++ heimdal-1.3.1/lib/krb5/krb5.h Thu Jan 21 09:12:54 2010
+@@ -311,7 +311,7 @@
+ NULL)
+
+ typedef void *krb5_cc_cursor;
+-typedef struct krb5_cccol_cursor *krb5_cccol_cursor;
++typedef struct krb5_cccol_cursor_data *krb5_cccol_cursor;
+
+ typedef struct krb5_ccache_data {
+ const struct krb5_cc_ops *ops;