]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
agetty: don't use __u32
authorKarel Zak <kzak@redhat.com>
Thu, 11 Oct 2018 12:22:08 +0000 (14:22 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 11 Oct 2018 12:22:08 +0000 (14:22 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/agetty.c

index d6703d4f0c93880ff699c691ff32339a2b1c1581..59122ca45f9a19577accc63360622e88f8f2db9b 100644 (file)
 # define AGETTY_RELOAD_FDNONE  -2                      /* uninitialized fd */
 static int inotify_fd = AGETTY_RELOAD_FDNONE;
 static int netlink_fd = AGETTY_RELOAD_FDNONE;
-static __u32 netlink_groups;
+static uint32_t netlink_groups;
 #endif
 
 struct issue {