boot-time code no longer needs it.
* modules/readutmp (Depends-on): Remove timespec_get.
---
 ChangeLog        | 4 ++++
 modules/readutmp | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 03120ec167..c1a8c8e37c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2023-08-12  Paul Eggert  <egg...@cs.ucla.edu>
 
+       readutmp: do not depend on timespec_get
+       boot-time code no longer needs it.
+       * modules/readutmp (Depends-on): Remove timespec_get.
+
        boot-time: do not depend on timespec_get
        This is for Emacs, which does not use timespec_get now
        and which likes to minimize dependencies.
diff --git a/modules/readutmp b/modules/readutmp
index fcbc7ff149..e314841298 100644
--- a/modules/readutmp
+++ b/modules/readutmp
@@ -18,7 +18,6 @@ stdbool
 stdint
 strnlen
 time-h
-timespec_get
 unlocked-io-internal
 xalloc
 
-- 
2.39.2


Reply via email to