diff options
Diffstat (limited to 'Ports/emu2/patches')
4 files changed, 8 insertions, 20 deletions
diff --git a/Ports/emu2/patches/0001-Include-strings.h.patch b/Ports/emu2/patches/0001-Include-strings.h.patch index 7a0bf64294..f17b93a6a0 100644 --- a/Ports/emu2/patches/0001-Include-strings.h.patch +++ b/Ports/emu2/patches/0001-Include-strings.h.patch @@ -1,7 +1,7 @@ -From 0e8dbc3e4e44760da5817053eb2a9f6f2f55245b Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Brendan Coles <bcoles@gmail.com> Date: Wed, 14 Apr 2021 17:24:58 +0000 -Subject: [PATCH 1/4] Include <strings.h> +Subject: [PATCH] Include <strings.h> --- src/codepage.c | 1 + @@ -19,6 +19,3 @@ index 3916b61..9df0bd8 100644 /* List of code-pages */ struct cp_data --- -2.36.1 - diff --git a/Ports/emu2/patches/0002-Replace-a-use-of-rindex-with-strrchr.patch b/Ports/emu2/patches/0002-Replace-a-use-of-rindex-with-strrchr.patch index 72001c0843..051516af61 100644 --- a/Ports/emu2/patches/0002-Replace-a-use-of-rindex-with-strrchr.patch +++ b/Ports/emu2/patches/0002-Replace-a-use-of-rindex-with-strrchr.patch @@ -1,7 +1,7 @@ -From 35566f37112c812ab3695e4843ff653792b1d532 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Brendan Coles <bcoles@gmail.com> Date: Thu, 23 Dec 2021 10:26:29 +0100 -Subject: [PATCH 2/4] Replace a use of rindex() with strrchr() +Subject: [PATCH] Replace a use of rindex() with strrchr() Co-Authored-By: Daniel Bertalan <dani@danielbertalan.dev> --- @@ -29,6 +29,3 @@ index b6122a9..582a0e2 100644 if(!p) { glob = fspec; --- -2.36.1 - diff --git a/Ports/emu2/patches/0003-Install-into-usr-local.patch b/Ports/emu2/patches/0003-Install-into-usr-local.patch index 1fd6018cb9..6b5527a250 100644 --- a/Ports/emu2/patches/0003-Install-into-usr-local.patch +++ b/Ports/emu2/patches/0003-Install-into-usr-local.patch @@ -1,7 +1,7 @@ -From 83c869b96b9651ff4fc16989cffb9a27d21329b2 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gbeutner@serenityos.org> Date: Thu, 15 Apr 2021 15:43:18 +0200 -Subject: [PATCH 3/4] Install into /usr/local +Subject: [PATCH] Install into /usr/local --- Makefile | 2 +- @@ -20,6 +20,3 @@ index 80dd6ec..7026600 100644 OBJS=\ cpu.o\ --- -2.36.1 - diff --git a/Ports/emu2/patches/0004-Don-t-use-setitimer.patch b/Ports/emu2/patches/0004-Don-t-use-setitimer.patch index 97f2daae14..6db90b10fb 100644 --- a/Ports/emu2/patches/0004-Don-t-use-setitimer.patch +++ b/Ports/emu2/patches/0004-Don-t-use-setitimer.patch @@ -1,7 +1,7 @@ -From 9dec9f5ffc1a75ab15d4ecec19cb03fa4792b31d Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Brendan Coles <bcoles@gmail.com> Date: Fri, 7 Jan 2022 17:26:40 +0100 -Subject: [PATCH 4/4] Don't use setitimer() +Subject: [PATCH] Don't use setitimer() Co-Authored-By: Tim Schumacher <timschumi@gmx.de> --- @@ -33,6 +33,3 @@ index d0c0d2f..7e313a0 100644 init_bios_mem(); while(1) { --- -2.36.1 - |