mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 14:57:36 +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,14 +1,14 @@
|
|||
From bfc602df4e7eedd1cdc54dc5664ff1ff453fef1b Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Bertalan <dani@danielbertalan.dev>
|
||||
Date: Fri, 5 Nov 2021 22:32:10 +0100
|
||||
Subject: [PATCH 1/5] Add some compat macros for serenity
|
||||
Subject: [PATCH] Add some compat macros for serenity
|
||||
|
||||
---
|
||||
portable.h | 11 ++++++++++-
|
||||
1 file changed, 10 insertions(+), 1 deletion(-)
|
||||
portable.h | 10 +++++++++-
|
||||
1 file changed, 9 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/portable.h b/portable.h
|
||||
index 5c86edd..6ccf7f6 100644
|
||||
index 5c86edd..c840c69 100644
|
||||
--- a/portable.h
|
||||
+++ b/portable.h
|
||||
@@ -61,7 +61,7 @@
|
||||
|
@ -35,6 +35,3 @@ index 5c86edd..6ccf7f6 100644
|
|||
#ifndef HAVE_SETRESGID
|
||||
#define setresgid(x, y, z) setgid(x); setegid(y); setgid(z)
|
||||
#endif /* !HAVE_SETRESGID */
|
||||
--
|
||||
2.36.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue