From f6f5430e5014f90b685420447dffe89b220e2663 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 7 Jul 2009 10:02:41 +0000 Subject: Reworked passing of envars to Pinentry. --- common/t-exechelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/t-exechelp.c') diff --git a/common/t-exechelp.c b/common/t-exechelp.c index 7ab6bbe0a..600379b69 100644 --- a/common/t-exechelp.c +++ b/common/t-exechelp.c @@ -69,7 +69,7 @@ xget_all_open_fds (void) /* That is a very crude test. To do a proper test we would need to fork a test process and best return information by some other means - that file descriptors. */ + than file descriptors. */ static void test_close_all_fds (void) { @@ -77,7 +77,7 @@ test_close_all_fds (void) int *array; int fd; int initial_count, count, n; -#if 1 +#if 0 char buffer[100]; snprintf (buffer, sizeof buffer, "/bin/ls -l /proc/%d/fd", (int)getpid ()); -- cgit v1.2.3