aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:26:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:26:23 +0300
commit0ec9d58a8f0cf87438209b7d898b4db5ebdc1657 (patch)
tree989f339b0233b3ae1f67c13493f6b4496615538a /bpkg/fetch-git.cxx
parentc879b0c68235711212877fb8c5b214251bab652e (diff)
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'bpkg/fetch-git.cxx')
-rw-r--r--bpkg/fetch-git.cxx2
1 files changed, 1 insertions, 1 deletions
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.