summaryrefslogtreecommitdiff
path: root/m4/st_mtim.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-07 07:38:25 +0000
committerJim Meyering <jim@meyering.net>2003-08-07 07:38:25 +0000
commit02a569d50e0727d267f6af551b62f1c829dd1bf3 (patch)
tree527b2d9bd7db01fd7f2423e295a4ca751f54018e /m4/st_mtim.m4
parente3e83a23959027c526322d81ab2f7318cbb00d29 (diff)
downloadcoreutils-02a569d50e0727d267f6af551b62f1c829dd1bf3.tar.xz
Sync with gnulib (white space change only).
Diffstat (limited to 'm4/st_mtim.m4')
-rw-r--r--m4/st_mtim.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/st_mtim.m4 b/m4/st_mtim.m4
index e9342cfeb..4d03c8e41 100644
--- a/m4/st_mtim.m4
+++ b/m4/st_mtim.m4
@@ -1,4 +1,4 @@
-#serial 5
+#serial 6
dnl From Paul Eggert.
@@ -26,7 +26,7 @@ AC_DEFUN([AC_STRUCT_ST_MTIM_NSEC],
if test $ac_cv_struct_st_mtim_nsec != no; then
AC_DEFINE_UNQUOTED(ST_MTIM_NSEC, $ac_cv_struct_st_mtim_nsec,
[Define to be the nanoseconds member of struct stat's st_mtim,
- if it exists.])
+ if it exists.])
fi
]
)