diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2023-01-22 17:06:20 -0800 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2023-01-22 17:07:41 -0800 |
| commit | abec68416a8bcf296c577ce426f9209f66265e58 (patch) | |
| tree | 559a0c15867367a642f005198c2e4f754ac02ea7 /java/openjdk8/files | |
| parent | devel/py-pybind11: Update 2.10.0 -> 2.10.3 (diff) | |
java/openjdk8: Update to 8u362
Diffstat (limited to 'java/openjdk8/files')
| -rw-r--r-- | java/openjdk8/files/patch-jdk_src_share_bin_splashscreen__stubs.c | 16 |
1 files changed, 0 insertions, 16 deletions
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) { |
