summaryrefslogtreecommitdiffstats
path: root/src/shared/group-record.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-12 18:50:44 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-13 08:10:11 +0100
commitb085d2240658bed3eb313777fe7b766797fff71d (patch)
treebb1fc9b7face6f1eae01e2f498f28141419dcc1e /src/shared/group-record.c
parenthomework: sync dir after moving file in, not before (diff)
downloadsystemd-b085d2240658bed3eb313777fe7b766797fff71d.tar.xz
systemd-b085d2240658bed3eb313777fe7b766797fff71d.zip
shared: split out UID allocation range stuff from user-record.h
user-record.[ch] are about the UserRecord JSON stuff, and the UID allocation range stuff (i.e. login.defs handling) is a very different thing, and complex enough on its own, let's give it its own c/h files. No code changes, just some splitting out of code.
Diffstat (limited to 'src/shared/group-record.c')
-rw-r--r--src/shared/group-record.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/group-record.c b/src/shared/group-record.c
index a13c06fd88..2f12ac1c22 100644
--- a/src/shared/group-record.c
+++ b/src/shared/group-record.c
@@ -2,6 +2,7 @@
#include "group-record.h"
#include "strv.h"
+#include "uid-alloc-range.h"
#include "user-util.h"
GroupRecord* group_record_new(void) {