From d607470c3ce28c13ec3f55971803752446ff7387 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 21:49:26 +0300 Subject: Adapt to renaming butl::fdnull() to fdopen_null() --- libbuild2/utility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/utility.cxx') diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index faffd66..3b4b94f 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -327,11 +327,11 @@ namespace build2 } auto_fd - open_dev_null () + open_null () { try { - return fdnull (); + return fdopen_null (); } catch (const io_error& e) { -- cgit v1.1