Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
util-linux-systemd
util-linux-agetty-smart-reload-07.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File util-linux-agetty-smart-reload-07.patch of Package util-linux-systemd
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 {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor