diff options
author | dscho <dscho> | 2004-01-21 01:17:47 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-01-21 01:17:47 +0000 |
commit | d58d3af1ce091dfeba4d6ed3a2ad5e629678ead5 (patch) | |
tree | b6d3916c8897a1b4eead2bb013e9d3a33454626a /rfb | |
parent | c4a0223e389e9d570acea8e8ddec6a658ba8c7d4 (diff) | |
download | libtdevnc-d58d3af1ce091dfeba4d6ed3a2ad5e629678ead5.tar.gz libtdevnc-d58d3af1ce091dfeba4d6ed3a2ad5e629678ead5.zip |
ignore SIGPIPE by default; it is handled via EPIPE
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -274,6 +274,7 @@ typedef struct _rfbScreenInfo rfbBool backgroundLoop; #endif + rfbBool ignoreSIGPIPE; } rfbScreenInfo, *rfbScreenInfoPtr; |