mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
List all users in the system (fixes #373)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
6
src/UidRange.zig
Normal file
6
src/UidRange.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
const std = @import("std");
|
||||
|
||||
// We set both values to 0 by default so that, in case they aren't present in
|
||||
// the login.defs for some reason, then only the root username will be shown
|
||||
uid_min: std.c.uid_t = 0,
|
||||
uid_max: std.c.uid_t = 0,
|
||||
Reference in New Issue
Block a user