agetty: don't use __u32

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-10-11 14:22:08 +02:00
parent 056a370efb
commit cdd538e383
1 changed files with 1 additions and 1 deletions

View File

@ -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 {