summaryrefslogtreecommitdiff
path: root/m4/dirfd.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-01 16:47:00 +0000
committerJim Meyering <jim@meyering.net>2001-11-01 16:47:00 +0000
commit0c0ad8da77525da3ac3a5b15a64ebab921961747 (patch)
treea87b73d469e03b3f127908421a867497bac961b6 /m4/dirfd.m4
parent8d503b536228f5b135123a5a553d716e2e0cbdd3 (diff)
downloadcoreutils-0c0ad8da77525da3ac3a5b15a64ebab921961747.tar.xz
don't indent the #include directive
Diffstat (limited to 'm4/dirfd.m4')
-rw-r--r--m4/dirfd.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/dirfd.m4 b/m4/dirfd.m4
index e02b401ab..fce3e99c6 100644
--- a/m4/dirfd.m4
+++ b/m4/dirfd.m4
@@ -31,7 +31,7 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
DEFS="$DEFS -DDIR_TO_FD=$ac_expr"
AC_TRY_COMPILE(
[#include <sys/types.h>
- #include <dirent.h>
+#include <dirent.h>
],
[DIR *dir_p = opendir("."); (void) ($ac_expr);],
dir_fd_done=yes