aboutsummaryrefslogtreecommitdiff
path: root/bpkg/archive.cxx
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/archive.cxx
parentc879b0c68235711212877fb8c5b214251bab652e (diff)
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'bpkg/archive.cxx')
-rw-r--r--bpkg/archive.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx
index 6cce8a2..1471029 100644
--- a/bpkg/archive.cxx
+++ b/bpkg/archive.cxx
@@ -222,7 +222,7 @@ namespace bpkg
// If diag is false, then redirect stderr to stdout.
//
- auto_fd nfd (diag ? nullfd : fdnull ());
+ auto_fd nfd (diag ? nullfd : open_null ());
if (i != 0)
{