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/zsh | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/zsh')
-rw-r--r-- | Ports/zsh/patches/0001-Let-zsh-define-the-rlimit-constants.patch | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Ports/zsh/patches/0001-Let-zsh-define-the-rlimit-constants.patch b/Ports/zsh/patches/0001-Let-zsh-define-the-rlimit-constants.patch index 28a24ec4f9..661e5b2f87 100644 --- a/Ports/zsh/patches/0001-Let-zsh-define-the-rlimit-constants.patch +++ b/Ports/zsh/patches/0001-Let-zsh-define-the-rlimit-constants.patch @@ -1,4 +1,4 @@ -From 8d26e03f10054af3f81bd66b3200efeb91f69c7b Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Thiago Henrique Hupner <thihup@gmail.com> Date: Sat, 5 Jun 2021 08:31:13 -0300 Subject: [PATCH] Let zsh define the rlimit constants @@ -21,6 +21,3 @@ index 161b073..00286f2 100644 /* HPUX does have the BSD rlimits in the kernel. Officially they are * * unsupported but quite a few of them like RLIMIT_CORE seem to work. * * All the following are in the <sys/resource.h> but made visible * --- -2.36.1 - |