From 0ec9d58a8f0cf87438209b7d898b4db5ebdc1657 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 22:26:23 +0300 Subject: Adapt to renaming butl::fdnull() to fdopen_null() --- bpkg/fetch-git.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/fetch-git.cxx') diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 80e9fba..bb39cc8 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -971,7 +971,7 @@ namespace bpkg const dir_path& dir, const string& commit) { - auto_fd dev_null (open_dev_null ()); + auto_fd dev_null (open_null ()); process pr (start_git (co, 1, // The output is suppressed by -e. -- cgit v1.1