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/git.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/git.txx') diff --git a/bdep/git.txx b/bdep/git.txx index 822be9e..858c452 100644 --- a/bdep/git.txx +++ b/bdep/git.txx @@ -131,7 +131,7 @@ namespace bdep git_line (const semantic_version& min_ver, bool ie, char delim, A&&... args) { fdpipe pipe (open_pipe ()); - auto_fd null (ie ? open_dev_null () : auto_fd ()); + auto_fd null (ie ? open_null () : auto_fd ()); process pr (start_git (min_ver, 0 /* stdin */, -- cgit v1.1