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