head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2026.01.04.00.26.42; author wiz; state Exp; branches; next ; commitid iYPloOMSeQOkA0pG; desc @@ 1.1 log @qore-process-module: fix build on NetBSD-current @ text @$NetBSD$ --- 3rd_party/boost/process/detail/posix/handles.hpp.orig 2021-09-10 09:36:53.000000000 +0000 +++ 3rd_party/boost/process/detail/posix/handles.hpp @@@@ -31,7 +31,7 @@@@ inline std::vector g else ec.clear(); - auto my_fd = ::dirfd(dir.get()); + auto my_fd = dirfd(dir.get()); struct ::dirent * ent_p; @@@@ -115,7 +115,7 @@@@ struct limit_handles_ : handler_base_ext return; } - auto my_fd = ::dirfd(dir); + auto my_fd = dirfd(dir); struct ::dirent * ent_p; while ((ent_p = readdir(dir)) != nullptr) @