Switch to utmpx

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2024-07-27 23:39:09 +02:00
commit 2bc12549a1
No known key found for this signature in database
GPG key ID: 3E85EB44F610AD7F
2 changed files with 9 additions and 8 deletions

View file

@ -9,7 +9,7 @@ pub const pam = @cImport({
});
pub const utmp = @cImport({
@cInclude("utmp.h");
@cInclude("utmpx.h");
});
pub const xcb = @cImport({