X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2b28968dfb36792ccdbe3b7b9be800b97d3f13f6..ac98cd98e361d7703a9e8411aa7102613a6fb025:/cleanup.c diff --git a/cleanup.c b/cleanup.c index 08609e16..b952cff0 100644 --- a/cleanup.c +++ b/cleanup.c @@ -26,7 +26,7 @@ extern int keep_partial; extern int log_got_error; extern char *partial_dir; -#if defined HAVE_SIGACTION && defined HAVE_SIGPROCMASK +#ifdef HAVE_SIGACTION static struct sigaction sigact; #endif