]> TLD Linux GIT Repositories - packages/poldek.git/blobdiff - WTERMSIG.patch
- 0.42.2 from PLD with rpm.org RPM support
[packages/poldek.git] / WTERMSIG.patch
diff --git a/WTERMSIG.patch b/WTERMSIG.patch
deleted file mode 100644 (file)
index 5249c17..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- poldek-0.32.2/vfile/vopen3.c~      2016-01-30 15:05:57.000000000 +0100
-+++ poldek-0.32.2/vfile/vopen3.c       2016-10-18 08:14:09.638596140 +0200
-@@ -347,7 +347,7 @@
-     } else if (WIFSIGNALED(status)) {
- #ifdef HAVE_STRSIGNAL
-         st_seterr(st, _("%s terminated by signal %d (%s)"),
--                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(st)));
-+                   st->cmd, WTERMSIG(status), strsignal(WTERMSIG(status)));
- #else
-         st_seterr(st, _("%s terminated by signal %d"),
-                    st->cmd, WTERMSIG(status));