mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
sysusers: use the usual comment style
This commit is contained in:
parent
07a7d4a004
commit
fb959f14d7
@ -65,9 +65,12 @@ typedef struct Item {
|
||||
uid_t uid;
|
||||
|
||||
bool gid_set:1;
|
||||
// id_set_strict means that the group with the specified gid must
|
||||
// exist and that the check if a uid clashes with a gid is skipped
|
||||
|
||||
/* When set the group with the specified gid must exist
|
||||
* and the check if a uid clashes with the gid is skipped.
|
||||
*/
|
||||
bool id_set_strict:1;
|
||||
|
||||
bool uid_set:1;
|
||||
|
||||
bool todo_user:1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user