aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:19:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:19:28 +0300
commit6a971cb441dbeafa9d51af5ee873bf71c843967a (patch)
tree294e3f0c2cd0e536b4c22d5c0b29e5fa9264e0ee /bdep/publish.cxx
parentec3d77effb6afbed1bfd082e9717b3ce1094ac8f (diff)
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx4
1 files changed, 2 insertions, 2 deletions
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,