projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a7d4a
)
sysusers: use the usual comment style
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 2 Feb 2018 09:35:21 +0000
(10:35 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 2 Feb 2018 09:40:24 +0000
(10:40 +0100)
src/sysusers/sysusers.c
patch
|
blob
|
history
diff --git
a/src/sysusers/sysusers.c
b/src/sysusers/sysusers.c
index af21e3b854e1e03eb11139a460bfcd397d9d4e3a..cf16d2b55bcd9b07bd2d13fce0e4e5c3c6b94311 100644
(file)
--- a/
src/sysusers/sysusers.c
+++ b/
src/sysusers/sysusers.c
@@
-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;