X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.c;h=0d9f499de9e08b7de239cec07a59d269dd4c5579;hb=09b80ea5d7cfca62deae660a6820a09bf38f74a0;hp=38e1373e474edd30a0a71825b7281d8429948a9c;hpb=67574205b8050b3b25de4fc8009dc61306329f6b;p=debian%2Fgzip 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