>From e67a519439200086ba122678807b4831fbeb8ac7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 21 Jun 2022 23:19:07 +0200 Subject: [PATCH 1/4] lchmod: Simplify. * lib/lchmod.c: Remove unnecessary include, obsolete since 2020-02-23. --- ChangeLog | 5 +++++ lib/lchmod.c | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index be124ac039..6163d7280a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-06-21 Bruno Haible + + lchmod: Simplify. + * lib/lchmod.c: Remove unnecessary include, obsolete since 2020-02-23. + 2022-06-20 Bruno Haible javacomp-script, javaexec-script: Add support for disabling Java. diff --git a/lib/lchmod.c b/lib/lchmod.c index 9802098421..8410a2d835 100644 --- a/lib/lchmod.c +++ b/lib/lchmod.c @@ -28,15 +28,6 @@ #include #include -#ifdef __osf__ -/* Write "sys/stat.h" here, not , otherwise OSF/1 5.1 DTK cc - eliminates this include because of the preliminary #include - above. */ -# include "sys/stat.h" -#else -# include -#endif - #include /* Work like chmod, except when FILE is a symbolic link. -- 2.25.1