From 04b699857c141a93fc981b83ba02b452ce3a2ddc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Aug 2017 13:59:16 +0000 Subject: Switch to xpathexec_* --- src/fdholder/s6-fdholder-getdumpc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/fdholder/s6-fdholder-getdumpc.c') diff --git a/src/fdholder/s6-fdholder-getdumpc.c b/src/fdholder/s6-fdholder-getdumpc.c index 73be61b..f61a45d 100644 --- a/src/fdholder/s6-fdholder-getdumpc.c +++ b/src/fdholder/s6-fdholder-getdumpc.c @@ -79,7 +79,6 @@ int main (int argc, char const *const *argv, char const *const *envp) } modifs[pos++] = 0 ; } - pathexec_r(argv, envp, env_len(envp), modifs, pos) ; + xpathexec_r(argv, envp, env_len(envp), modifs, pos) ; } - strerr_dieexec(111, argv[0]) ; } -- cgit v1.2.3