From abec68416a8bcf296c577ce426f9209f66265e58 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 22 Jan 2023 17:06:20 -0800 Subject: java/openjdk8: Update to 8u362 --- .../files/patch-jdk_src_share_bin_splashscreen__stubs.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c (limited to 'java/openjdk8/files') diff --git a/java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c b/java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c deleted file mode 100644 index 80019e780130..000000000000 --- a/java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c +++ /dev/null @@ -1,16 +0,0 @@ ---- jdk/src/share/bin/splashscreen_stubs.c.orig 2022-07-31 16:21:00 UTC -+++ jdk/src/share/bin/splashscreen_stubs.c -@@ -61,11 +61,11 @@ int DoSplashLoadMemory(void* pdata, int size) { - #define INVOKEV(name) _INVOKE(name, ,;) - - int DoSplashLoadMemory(void* pdata, int size) { -- INVOKE(SplashLoadMemory, NULL)(pdata, size); -+ INVOKE(SplashLoadMemory, 0)(pdata, size); - } - - int DoSplashLoadFile(const char* filename) { -- INVOKE(SplashLoadFile, NULL)(filename); -+ INVOKE(SplashLoadFile, 0)(filename); - } - - void DoSplashInit(void) { -- cgit v1.2.3