X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2b28968dfb36792ccdbe3b7b9be800b97d3f13f6..434764269cc3f5bc2fc62f3789ff9d23a562d2d7:/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