From: Paul Eggert Date: Wed, 12 Jun 2013 00:53:53 +0000 (-0700) Subject: maint: port to platforms lacking SIGPIPE X-Git-Tag: v1.7~58 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bb78ea465787191e8987d4b8a6594f9f23a18930;p=debian%2Fgzip maint: port to platforms lacking SIGPIPE * tailor.h (SIGPIPE): Define to 0 if not defined. This fixes a porting bug introduced as part of 2012-11-16 syntax-check cleanup. Problem reported by Bdale Garbee in . --- diff --git a/tailor.h b/tailor.h index 0bf88ff..e563b66 100644 --- a/tailor.h +++ b/tailor.h @@ -219,6 +219,10 @@ # define OS_CODE 0x0a #endif +#ifndef SIGPIPE +# define SIGPIPE 0 +#endif + /* Common defaults */