Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
util-linux.12081
util-linux-agetty-smart-reload-11.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File util-linux-agetty-smart-reload-11.patch of Package util-linux.12081
Refresh. From f8ee3af9fabc4369c36fdbd706a17deb246a751c Mon Sep 17 00:00:00 2001 From: Christian Hesse <mail@eworm.de> Date: Wed, 7 Nov 2018 13:55:06 +0100 Subject: [PATCH 11/14] agetty: fix output of escaped characters Signed-off-by: Christian Hesse <mail@eworm.de> --- 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 @@ -2601,7 +2601,7 @@ static void output_special_char(struct i } #endif default: - putchar(c); + putc(c, ie->output); break; } }
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