diff --git a/term-utils/agetty.c b/term-utils/agetty.c index d6703d4f0..59122ca45 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 {