From: Bdale Garbee Date: Tue, 11 Jun 2013 16:47:24 +0000 (-0600) Subject: this patch is no longer needed X-Git-Tag: debian/1.6-1~9 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=0f3fd696606ddc69dde22f5171903fd59989a735 this patch is no longer needed --- diff --git a/debian/patches/series b/debian/patches/series index 7f6a556..5218658 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ rsyncable.diff -sigpipe.diff diff --git a/debian/patches/sigpipe.diff b/debian/patches/sigpipe.diff deleted file mode 100644 index c16091a..0000000 --- a/debian/patches/sigpipe.diff +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/gzip.c b/gzip.c -index 38e1373..0d9f499 100644 ---- a/gzip.c -+++ b/gzip.c -@@ -223,7 +223,9 @@ static int handled_sig[] = - #ifdef SIGHUP - , SIGHUP - #endif -+#ifdef SIGPIPE - , SIGPIPE -+#endif - #ifdef SIGTERM - , SIGTERM - #endif -@@ -556,7 +556,11 @@ int main (int argc, char **argv) - ALLOC(ush, tab_prefix1, 1L<<(BITS-1)); - #endif - -+#ifdef SIGPIPE - exiting_signal = quiet ? SIGPIPE : 0; -+#else -+ exiting_signal = 0; -+#endif - install_signal_handlers (); - - /* And get to work */