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/utility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/utility.cxx') diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 29b0853..5ec8159 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -293,11 +293,11 @@ namespace bpkg } auto_fd - open_dev_null () + open_null () { try { - return fdnull (); + return fdopen_null (); } catch (const io_error& e) { -- cgit v1.1