configure.in, ChangeLog:

configure.in (fdatasync): Add test for fdatasync(), since not all
  	functions have this function.
bitmap-optimize
Theodore Ts'o 2000-04-06 21:44:19 +00:00
parent 0cee8a5c42
commit 68853373db
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Apr 6 17:43:11 2000 Theodore Y. Ts'o <tytso@signal.thunk.org>
* configure.in (fdatasync): Add test for fdatasync(), since not
all functions have this function.
2000-04-03 Theodore Ts'o <tytso@valinux.com>
* Makefile.in: Remove uneeded parenthesis around shell pipelines

View File

@ -445,7 +445,7 @@ if test "$e2fsprogs_cv_struct_st_flags" = yes; then
AC_DEFINE(HAVE_STAT_FLAGS)
fi
fi
AC_CHECK_FUNCS(chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo)
AC_CHECK_FUNCS(chflags getrusage llseek strdup getmntinfo strcasecmp srandom fchown mallinfo fdatasync)
dnl
dnl Check to see if ino_t is defined
dnl