diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/curl | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/curl')
-rw-r--r-- | Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch b/Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch index 6e01d50279..19ab1845cd 100644 --- a/Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch +++ b/Ports/curl/patches/0001-Teach-curl.h-about-serenity-s-sys-select.h-include.patch @@ -1,4 +1,4 @@ -From f3a2d182fe9f6d569db5e6f28e3926ccdce84b1a 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:50:19 +0000 Subject: [PATCH] Teach curl.h about serenity's <sys/select.h> include @@ -21,6 +21,3 @@ index 3a2c2ea..2b7c86b 100644 (defined(__FreeBSD_version) && (__FreeBSD_version < 800000)) || \ (defined(__MidnightBSD_version) && (__MidnightBSD_version < 100000)) #include <sys/select.h> --- -2.36.1 - |