From cdd538e38302eb467c39af4ec8e285b901f89909 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 11 Oct 2018 14:22:08 +0200 Subject: [PATCH] agetty: don't use __u32 Signed-off-by: Karel Zak --- term-utils/agetty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term-utils/agetty.c b/term-utils/agetty.c index d6703d4f0c..59122ca45f 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -153,7 +153,7 @@ # 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 { -- 2.39.2