diff options
| author | Michał Polański <michal@polanski.me> | 2020-01-19 21:10:30 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-19 23:50:17 +0100 |
| commit | a59870fcd31d688e9b6686d5c9741dad16859811 (patch) | |
| tree | de1fde36f443057d7b6487c012f0dc0e3ce4b1ed /testing/catatonit/fix-undeclared-identifier.patch | |
| parent | ba2ae2f48b61628c04e4976df7522cdf7b8b3620 (diff) | |
| download | aports-a59870fcd31d688e9b6686d5c9741dad16859811.tar.bz2 aports-a59870fcd31d688e9b6686d5c9741dad16859811.tar.xz | |
testing/catatonit: new aport
Diffstat (limited to 'testing/catatonit/fix-undeclared-identifier.patch')
| -rw-r--r-- | testing/catatonit/fix-undeclared-identifier.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/catatonit/fix-undeclared-identifier.patch b/testing/catatonit/fix-undeclared-identifier.patch new file mode 100644 index 0000000000..cbe2ae8eb1 --- /dev/null +++ b/testing/catatonit/fix-undeclared-identifier.patch @@ -0,0 +1,13 @@ +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, |
