From 6a971cb441dbeafa9d51af5ee873bf71c843967a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 22:19:28 +0300 Subject: Adapt to renaming butl::fdnull() to fdopen_null() --- bdep/utility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/utility.cxx') diff --git a/bdep/utility.cxx b/bdep/utility.cxx index 4e3649e..8821790 100644 --- a/bdep/utility.cxx +++ b/bdep/utility.cxx @@ -250,11 +250,11 @@ namespace bdep } auto_fd - open_dev_null () + open_null () { try { - return fdnull (); + return fdopen_null (); } catch (const io_error& e) { -- cgit v1.1