X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/595251de24388fdfbac120daf9f3a748745ef7c5..ac669e8b922c7ace230294f9bf9a3a2bdfbd19d2:/main.c diff --git a/main.c b/main.c index e8b5efd3..2fa77edb 100644 --- a/main.c +++ b/main.c @@ -1229,6 +1229,9 @@ int main(int argc,char *argv[]) /* Ignore SIGPIPE; we consistently check error codes and will * see the EPIPE. */ SIGACTION(SIGPIPE, SIG_IGN); +#ifdef SIGXFSZ + SIGACTION(SIGXFSZ, SIG_IGN); +#endif /* Initialize push_dir here because on some old systems getcwd * (implemented by forking "pwd" and reading its output) doesn't