aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:26:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:26:23 +0300
commit0ec9d58a8f0cf87438209b7d898b4db5ebdc1657 (patch)
tree989f339b0233b3ae1f67c13493f6b4496615538a /bpkg/utility.hxx
parentc879b0c68235711212877fb8c5b214251bab652e (diff)
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index a8e4a7e..1763af0 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -172,7 +172,7 @@ namespace bpkg
open_pipe ();
auto_fd
- open_dev_null ();
+ open_null ();
// Directory extracted from argv[0] (i.e., this process' recall directory)
// or empty if there is none. Can be used as a search fallback.