diff options
author | Wayne Davison <wayned@samba.org> | 2006-02-03 18:46:38 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-02-03 18:46:38 +0000 |
commit | 44e604f41621cf3e31dc5840686c99e0986b9a53 (patch) | |
tree | 2994fd26999d6430082e204d6dacf7c5bc300879 /cleanup.c | |
parent | 5173f99e68733099732c2da198f5356b446c77eb (diff) | |
download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |