summaryrefslogtreecommitdiffstats
path: root/term-utils
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
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 {