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/publish.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/publish.cxx') diff --git a/bdep/publish.cxx b/bdep/publish.cxx index 094f42c..c97bdd5 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -402,7 +402,7 @@ namespace bdep auto worktree_add = [&prj, &wd] () { bool q (verb < 2); - auto_fd null (q ? open_dev_null () : auto_fd ()); + auto_fd null (q ? open_null () : auto_fd ()); process pr (start_git (git_ver, prj, @@ -488,7 +488,7 @@ namespace bdep { // Create the empty tree object. // - auto_fd null (open_dev_null ()); + auto_fd null (open_null ()); fdpipe pipe (open_pipe ()); process pr (start_git (git_ver, -- cgit v1.1