diff options
Diffstat (limited to 'lib/lstat.c')
-rw-r--r-- | lib/lstat.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/lstat.c b/lib/lstat.c index 9b9c33e..77dd228 100644 --- a/lib/lstat.c +++ b/lib/lstat.c @@ -19,9 +19,7 @@ /* written by Jim Meyering */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> /* The specification of these functions is in sys_stat.h. But we cannot include this include file here, because on some systems, a @@ -33,8 +31,6 @@ #include <string.h> #include <errno.h> -#include "stat-macros.h" - /* lstat works differently on Linux and Solaris systems. POSIX (see `pathname resolution' in the glossary) requires that programs like `ls' take into consideration the fact that FILE has a trailing slash |