summarylogtreecommitdiffstats
path: root/bug_8238388.patch
diff options
context:
space:
mode:
authorMuflone2023-12-23 21:31:14 +0100
committerMuflone2023-12-23 21:31:14 +0100
commitfcc208f1aa714f04199e2d1f9da109b26f171fbe (patch)
tree0a1c850b9d17ffb53005cc1d4dc44d9bc532b846 /bug_8238388.patch
parent031cbb5cc835c6666e0109e2de56a4b8429c4aad (diff)
downloadaur-java-13-openjdk.tar.gz
Updated package java-13-openjdk 13.0.14.u5-1
Diffstat (limited to 'bug_8238388.patch')
-rw-r--r--bug_8238388.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/bug_8238388.patch b/bug_8238388.patch
deleted file mode 100644
index 63f156bff5c4..000000000000
--- a/bug_8238388.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur jdk12u-jdk-12.0.2+10.orig/src/java.security.jgss/share/native/libj2gss/NativeFunc.c jdk12u-jdk-12.0.2+10/src/java.security.jgss/share/native/libj2gss/NativeFunc.c
---- jdk12u-jdk-12.0.2+10.orig/src/java.security.jgss/share/native/libj2gss/NativeFunc.c 2019-07-16 18:38:28.000000000 +0200
-+++ jdk12u-jdk-12.0.2+10/src/java.security.jgss/share/native/libj2gss/NativeFunc.c 2021-11-28 17:26:14.142894977 +0100
-@@ -27,6 +27,9 @@
- #include <stdlib.h>
- #include "NativeFunc.h"
-
-+/* global GSS function table */
-+GSS_FUNCTION_TABLE_PTR ftab;
-+
- /* standard GSS method names (ordering is from mapfile) */
- static const char RELEASE_NAME[] = "gss_release_name";
- static const char IMPORT_NAME[] = "gss_import_name";
-diff -Naur jdk12u-jdk-12.0.2+10.orig/src/java.security.jgss/share/native/libj2gss/NativeFunc.h jdk12u-jdk-12.0.2+10/src/java.security.jgss/share/native/libj2gss/NativeFunc.h
---- jdk12u-jdk-12.0.2+10.orig/src/java.security.jgss/share/native/libj2gss/NativeFunc.h 2019-07-16 18:38:28.000000000 +0200
-+++ jdk12u-jdk-12.0.2+10/src/java.security.jgss/share/native/libj2gss/NativeFunc.h 2021-11-28 17:26:32.046873805 +0100
-@@ -277,6 +277,6 @@
- typedef GSS_FUNCTION_TABLE *GSS_FUNCTION_TABLE_PTR;
-
- /* global GSS function table */
--GSS_FUNCTION_TABLE_PTR ftab;
-+extern GSS_FUNCTION_TABLE_PTR ftab;
-
- #endif