]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - term-utils/agetty.c
agetty: don't use __u32
[thirdparty/util-linux.git] / 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 {