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/imgcat | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/imgcat')
-rw-r--r-- | Ports/imgcat/patches/0001-Remove-an-include-of-err.h.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Ports/imgcat/patches/0001-Remove-an-include-of-err.h.patch b/Ports/imgcat/patches/0001-Remove-an-include-of-err.h.patch index e75f498fe1..f82fa8cc6f 100644 --- a/Ports/imgcat/patches/0001-Remove-an-include-of-err.h.patch +++ b/Ports/imgcat/patches/0001-Remove-an-include-of-err.h.patch @@ -1,4 +1,4 @@ -From 6163cab16b54ccc7301a083f9f3f7c7b6d435713 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Schumacher <timschumi@gmx.de> Date: Sun, 8 May 2022 22:53:34 +0200 Subject: [PATCH] Remove an include of `err.h` @@ -21,6 +21,3 @@ index 26a73d7..89fc05d 100644 #include <limits.h> #include <getopt.h> --- -2.36.1 - |