From 19b2476534d176deaf9646fa51a5e9ae86564c8f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Jan 2025 22:17:08 +0000 Subject: [PATCH] Re-disable faking utime by default Fixes https://github.com/wolfcw/libfaketime/issues/483 See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093412#35 Hopefully this will fix Debian #1093412. --- src/libfaketime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libfaketime.c b/src/libfaketime.c index c59c122..d653de0 100644 --- a/src/libfaketime.c +++ b/src/libfaketime.c @@ -876,7 +876,7 @@ static bool load_time(struct timespec *tp) * ======================================================================= */ #ifdef FAKE_UTIME -static int fake_utime_disabled = 0; +static int fake_utime_disabled = 1; #endif