mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:37:44 +00:00
Ports: Format patches without numbering, commit hash or version number
This commit is contained in:
parent
d69a79b03b
commit
d426c5a4b2
371 changed files with 806 additions and 1884 deletions
|
@ -1,8 +1,7 @@
|
|||
From d6d5890a9938ce5bfb6e9a1ee98fb2d692a6efa3 Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Sun, 10 May 2020 11:50:31 -0400
|
||||
Subject: [PATCH 1/2] Replace a use of wait3() with waitpid() in the job
|
||||
control
|
||||
Subject: [PATCH] Replace a use of wait3() with waitpid() in the job control
|
||||
|
||||
wait3() does not exist on serenity.
|
||||
---
|
||||
|
@ -22,6 +21,3 @@ index 606d603..92ac84d 100644
|
|||
if (err || !block)
|
||||
break;
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 481993ee4f0908cefcbddb0cca4e6811751d809c Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Gunnar Beutner <gbeutner@serenityos.org>
|
||||
Date: Mon, 12 Apr 2021 09:18:56 +0200
|
||||
Subject: [PATCH 2/2] Skip building helpers by default
|
||||
Subject: [PATCH] Skip building helpers by default
|
||||
|
||||
---
|
||||
configure.ac | 3 +++
|
||||
|
@ -35,6 +35,3 @@ index 139355e..e95491a 100644
|
|||
$(HELPERS): %: %.c
|
||||
$(COMPILE_FOR_BUILD) -o $@ $<
|
||||
+endif
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue