]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sulogin: guard oneline() behind __linux__
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 22 Apr 2026 21:01:28 +0000 (23:01 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 3 May 2026 14:29:39 +0000 (16:29 +0200)
commitb4151c6df3178f0e6b3028a06beca41e06248a1a
tree7b3f97a0a23f059afb2285ed9d38af7f56c67f05
parent1200b728093afe05941ffbb3344a087ba94f97bb
sulogin: guard oneline() behind __linux__

This function is only used on Linux, so also put it behind the ifdef to
avoid an unused function otherwise.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
login-utils/sulogin-consoles.c