* lib/lchmod.c: Remove unnecessary include, obsolete since 2020-02-23.
+2022-06-21 Bruno Haible <bruno@clisp.org>
+
+ lchmod: Simplify.
+ * lib/lchmod.c: Remove unnecessary include, obsolete since 2020-02-23.
+
2022-06-19 Paul Eggert <eggert@cs.ucla.edu>
lchmod: port back to AIX 7.2
#include <string.h>
#include <unistd.h>
-#ifdef __osf__
-/* Write "sys/stat.h" here, not <sys/stat.h>, otherwise OSF/1 5.1 DTK cc
- eliminates this include because of the preliminary #include <sys/stat.h>
- above. */
-# include "sys/stat.h"
-#else
-# include <sys/stat.h>
-#endif
-
#include <intprops.h>
/* Work like chmod, except when FILE is a symbolic link.