1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #6406 from jadijadi/users-openbsd

users: support OpenBSD using utmp
This commit is contained in:
Daniel Hofstetter 2024-06-29 07:52:10 +02:00 committed by GitHub
commit f451714d26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 123 additions and 90 deletions

View file

@ -334,6 +334,7 @@ time = { version = "0.3.36" }
unicode-segmentation = "1.11.0"
unicode-width = "0.1.12"
utf-8 = "0.7.6"
utmp-classic = "0.1.6"
walkdir = "2.5"
winapi-util = "0.1.8"
windows-sys = { version = "0.48.0", default-features = false }