File util-linux-agetty-smart-reload-07.patch of Package util-linux-systemd.15798

Refresh.
From cdd538e38302eb467c39af4ec8e285b901f89909 Mon Sep 17 00:00:00 2001
From: Karel Zak <kzak@redhat.com>
Date: Thu, 11 Oct 2018 14:22:08 +0200
Subject: [PATCH 07/14] agetty: don't use __u32

Signed-off-by: Karel Zak <kzak@redhat.com>
---
 term-utils/agetty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: util-linux-2.31.1/term-utils/agetty.c
===================================================================
--- util-linux-2.31.1.orig/term-utils/agetty.c
+++ util-linux-2.31.1/term-utils/agetty.c
@@ -146,7 +146,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 {
openSUSE Build Service is sponsored by