https://issues.dlang.org/show_bug.cgi?id=22908
Issue ID: 22908
Summary: OpenBSD: Add getpwnam_shadow and getpwuid_shadow
function prototypes
Product: D
Version: D2
Hardware: x86
OS: Other
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
Hi all --
OpenBSD requires non-POSIX functions getpwnam_shadow(3) and getpwuid_shadow(3)
in order to work with the shadow password file.
As these are non-POSIX, add a new core.sys.openbsd.pwd module for them.
--