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/utility.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index a8e4a7e..1763af0 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -172,7 +172,7 @@ namespace bpkg open_pipe (); auto_fd - open_dev_null (); + open_null (); // Directory extracted from argv[0] (i.e., this process' recall directory) // or empty if there is none. Can be used as a search fallback. -- cgit v1.1