summaryrefslogtreecommitdiffstats
path: root/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch
diff options
context:
space:
mode:
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, 0 insertions, 26 deletions
diff --git a/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch b/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch
deleted file mode 100644
index c68879453..000000000
--- a/main/heimdal/heimdal-c++-safe-krb5_cccol_cursor.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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;