From: Yu Watanabe Date: Mon, 17 Nov 2025 18:06:02 +0000 (+0900) Subject: Revert "musl: utmpx: add several missing definitions" X-Git-Tag: v259-rc1~5^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F39775%2Fhead;p=thirdparty%2Fsystemd.git Revert "musl: utmpx: add several missing definitions" This reverts commit 3ae7d8fd8731c3412df878e8d1e8af9a8e644576. Now utmp support is always disabled when building with musl, and all definitions are unused in that case. Let's remove it. --- diff --git a/src/include/musl/utmpx.h b/src/include/musl/utmpx.h deleted file mode 100644 index d95fc8f25ea..00000000000 --- a/src/include/musl/utmpx.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: LGPL-2.1-or-later */ -#pragma once - -#include_next - -#ifndef UTMPX_FILE -#define UTMPX_FILE "/run/utmp" -#endif - -#ifndef WTMPX_FILE -#define WTMPX_FILE "/var/log/wtmp" -#endif - -#ifndef ACCOUNTING -#define ACCOUNTING 9 -#endif