aboutsummaryrefslogtreecommitdiffstats
path: root/cleanup.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-03 18:46:38 +0000
committerWayne Davison <wayned@samba.org>2006-02-03 18:46:38 +0000
commit44e604f41621cf3e31dc5840686c99e0986b9a53 (patch)
tree2994fd26999d6430082e204d6dacf7c5bc300879 /cleanup.c
parent5173f99e68733099732c2da198f5356b446c77eb (diff)
downloadandroid_external_rsync-44e604f41621cf3e31dc5840686c99e0986b9a53.tar.gz
android_external_rsync-44e604f41621cf3e31dc5840686c99e0986b9a53.tar.bz2
android_external_rsync-44e604f41621cf3e31dc5840686c99e0986b9a53.zip
Simplified the conditional prior to the SIGACTION code.
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c2
1 files changed, 1 insertions, 1 deletions
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