X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpoldek.git;a=blobdiff_plain;f=WTERMSIG.patch;fp=WTERMSIG.patch;h=0000000000000000000000000000000000000000;hp=5249c17fbcf5756a80f7d65648fc4e3dfd6b69a6;hb=3a425a6db5aeb44a75a43e70a3bb22f9cfe2472c;hpb=e67b4b2aba6d20975e5de612b79b6a94e352c4c5 diff --git a/WTERMSIG.patch b/WTERMSIG.patch deleted file mode 100644 index 5249c17..0000000 --- a/WTERMSIG.patch +++ /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));