summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/dirfd.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/dirfd.m4 b/m4/dirfd.m4
index a13299f5e..3b5b5e46b 100644
--- a/m4/dirfd.m4
+++ b/m4/dirfd.m4
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
dnl Find out how to get the file descriptor associated with an open DIR*.
dnl From Jim Meyering
@@ -76,7 +76,6 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
#else
# define DIR_TO_FD(Dir_p) -1
#endif
-]
- )
+])
fi
])