diff options
author | NIIBE Yutaka <[email protected]> | 2024-07-03 06:23:58 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-07-03 06:23:58 +0000 |
commit | c845adb5a1e48b0edd85a8eee7d9be99ff55cbd3 (patch) | |
tree | e0d410f975048f10d411fd536b6fb8460189a94a /common/t-exechelp.c | |
parent | Since we use gpgrt_process_spawn API, remove the ones of GnuPG. (diff) | |
download | gnupg-c845adb5a1e48b0edd85a8eee7d9be99ff55cbd3.tar.gz gnupg-c845adb5a1e48b0edd85a8eee7d9be99ff55cbd3.zip |
Use gnupg_fd_t for create_pipe_and_estream.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/t-exechelp.c')
-rw-r--r-- | common/t-exechelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/t-exechelp.c b/common/t-exechelp.c index fcdd12524..b9a2e1e2c 100644 --- a/common/t-exechelp.c +++ b/common/t-exechelp.c @@ -25,6 +25,7 @@ #include <unistd.h> #include "util.h" +#include "sysutils.h" #include "exechelp.h" static int verbose; @@ -253,7 +254,6 @@ main (int argc, char **argv) { if (argc) { - myname = argv[0]; argc--; argv++; } if (argc && !strcmp (argv[0], "--verbose")) |