aboutsummaryrefslogtreecommitdiffstats
path: root/community/catatonit/fix-undeclared-identifier.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/catatonit/fix-undeclared-identifier.patch')
-rw-r--r--community/catatonit/fix-undeclared-identifier.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/catatonit/fix-undeclared-identifier.patch b/community/catatonit/fix-undeclared-identifier.patch
deleted file mode 100644
index cbe2ae8eb13..00000000000
--- a/community/catatonit/fix-undeclared-identifier.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/catatonit.c b/catatonit.c
-index db972d6..51d530b 100644
---- a/catatonit.c
-+++ b/catatonit.c
-@@ -34,6 +34,8 @@
-
- #include "config.h"
-
-+extern char **__environ;
-+
- static enum loglevel_t {
- LOG_FATAL = 0,
- LOG_ERROR = 1,