this patch is no longer needed
authorBdale Garbee <bdale@gag.com>
Tue, 11 Jun 2013 16:47:24 +0000 (10:47 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 11 Jun 2013 16:47:24 +0000 (10:47 -0600)
debian/patches/series
debian/patches/sigpipe.diff [deleted file]

index 7f6a5565953eb60698b395a70cc74b6142b012ed..5218658ee3efe055e12a991f3013153e1b0c5c99 100644 (file)
@@ -1,2 +1 @@
 rsyncable.diff
-sigpipe.diff
diff --git a/debian/patches/sigpipe.diff b/debian/patches/sigpipe.diff
deleted file mode 100644 (file)
index c16091a..0000000
+++ /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 */