Implement missing OpenBSD ports in phobos

This commit is contained in:
Iain Buclaw 2021-02-01 03:07:23 +01:00
parent d5412f71cc
commit c6c8b12852
5 changed files with 67 additions and 1 deletions

View file

@ -1428,7 +1428,7 @@ version (Windows) @system unittest
// Searches the PATH variable for the given executable file,
// (checking that it is in fact executable).
version (Posix)
private string searchPathFor(scope const(char)[] executable)
package(std) string searchPathFor(scope const(char)[] executable)
@safe
{
import std.algorithm.iteration : splitter;