From 0ec9d58a8f0cf87438209b7d898b4db5ebdc1657 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 22:26:23 +0300 Subject: Adapt to renaming butl::fdnull() to fdopen_null() --- bpkg/archive.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/archive.cxx') 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) { -- cgit v1.1