1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 5d3c9d7aafc66abe10e035a7930b0868f73916b5 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Federico Guerinoni <41150432+guerinoni@users.noreply.github.com>
Date: Fri, 16 Apr 2021 17:38:54 +0200
Subject: [PATCH 1/2] Remove some unimplemented function calls
Subject: [PATCH] Remove some unimplemented function calls
i.e. f(un)lockfile stubs and setitimer.
---
@ -69,6 +69,3 @@ index 0cdd875..19a2a67 100644
signal(SIGALRM, SIG_IGN);
progress_update = 0;
}
--
2.36.1

View file

@ -1,7 +1,7 @@
From 1dc6e8b8d7cb459ce209b9f55a69c1f53f277daa Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: TheFightingCatfish <seekingblues@gmail.com>
Date: Fri, 13 Aug 2021 06:52:59 +0800
Subject: [PATCH 2/2] Remove uname detection in config.mak.uname
Subject: [PATCH] Remove uname detection in config.mak.uname
---
config.mak.uname | 12 ++++++------
@ -30,6 +30,3 @@ index 259d151..b072f4c 100644
ifneq ($(findstring MINGW,$(uname_S)),)
uname_S := MINGW
--
2.36.1