aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-13 12:04:22 +0000
committerWerner Koch <[email protected]>2002-06-13 12:04:22 +0000
commit82575bfb985525fb4ac1e3f70346a9faa4c6daf5 (patch)
treee4036be48429d43d501c18d0b5055f8439da728f
parent* gpgsm.c (main): New option --log-file. (diff)
downloadgnupg-82575bfb985525fb4ac1e3f70346a9faa4c6daf5.tar.gz
gnupg-82575bfb985525fb4ac1e3f70346a9faa4c6daf5.zip
Fixed last fix.
-rw-r--r--agent/gpg-agent.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 07f9dcd46..7742e1b85 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -118,9 +118,7 @@ static ARGPARSE_OPTS opts[] = {
};
-#ifndef USE_GNU_PTH
static volatile int caught_fatal_sig = 0;
-#endif /*!USE_GNU_PTH*/
/* flag to indicate that a shutdown was requested */
static int shutdown_pending;
@@ -221,7 +219,6 @@ cleanup (void)
}
-#ifndef USE_GNU_PTH
static RETSIGTYPE
cleanup_sh (int sig)
{
@@ -243,7 +240,6 @@ cleanup_sh (int sig)
#endif
raise( sig );
}
-#endif /*!USE_GNU_PTH*/
int
main (int argc, char **argv )