1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:17:34 +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 119adcddd9faa0485a64c49fb461ed24d26499b6 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Luke Wilde <lukew@serenityos.org>
Date: Sun, 13 Mar 2022 16:45:19 +0000
Subject: [PATCH 1/2] Fix linker soname flags
Subject: [PATCH] Fix linker soname flags
Co-Authored-By: EWouters <6179932+EWouters@users.noreply.github.com>
---
@ -39,6 +39,3 @@ index ef20218..e4766c9 100644
.PHONY: all
all: lib
--
2.36.1

View file

@ -1,8 +1,7 @@
From 71a4bdd121f346d97c398f92a7ff310132de497a Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Luke Wilde <lukew@serenityos.org>
Date: Sun, 13 Mar 2022 16:45:19 +0000
Subject: [PATCH 2/2] Make platform.h understand that serenity is
posix-compliant
Subject: [PATCH] Make platform.h understand that serenity is posix-compliant
Co-Authored-By: Brian Callahan <bcallah@openbsd.org>
---
@ -26,6 +25,3 @@ index b858e3b..8628c05 100644
# else
# define PLATFORM_POSIX_VERSION 1
# endif
--
2.36.1