From 465f05a4209b07e8a90bc80249d63e8ee07091da Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 8 May 2023 12:31:34 +0200 Subject: build system: fix "Config.in:117 error: Overlong line" Signed-off-by: Denys Vlasenko --- Config.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Config.in b/Config.in index 214eba546..ad0cd1e26 100644 --- a/Config.in +++ b/Config.in @@ -114,9 +114,10 @@ config TIME64 depends on LFS help Make times later than 2038 representable for several libc syscalls - (stat, clk_gettime etc.). Note this switch is specific to glibc and has - no effect on platforms that already use 64bit wide time types (i.e. all - 64bit archs and some selected 32bit archs (currently riscv and x32)). + (stat, clk_gettime etc.). Note this switch is specific to glibc + and has no effect on platforms that already use 64bit wide time types + (i.e. all 64bit archs and some selected 32bit archs (currently riscv + and x32)). config PAM bool "Support PAM (Pluggable Authentication Modules)" -- cgit v1.2.1