]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
Avoid logging pre-verstring EPIPE from sharing downstreams.
[PuTTY.git] / unix / unix.h
index b71d9210a9b39159efa72ba8fa27c39b66c845b8..f603eb51803437cdec830bd50e1630eb3f5d0bf3 100644 (file)
@@ -45,6 +45,8 @@ typedef void *Context;                 /* FIXME: probably needs changing */
 
 extern Backend pty_backend;
 
+#define BROKEN_PIPE_ERROR_CODE EPIPE   /* used in sshshare.c */
+
 typedef uint32_t uint32; /* C99: uint32_t defined in stdint.h */
 #define PUTTY_UINT32_DEFINED