Port to Tandem NSK/OSS, which lacks fchdir. Problem reported by
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Dec 2006 04:04:22 +0000 (04:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Dec 2006 04:04:22 +0000 (04:04 +0000)
commit44c972226dd9bd147277dfce3b7b18b64a62d7b1
tree5d6ba97a6b612e9aa619909867754c84686e9d41
parent3477834ce69a74cb84d6efccd22716475cc506f3
Port to Tandem NSK/OSS, which lacks fchdir.  Problem reported by
Matthew Woehlke in
<http://lists.gnu.org/archive/html/bug-gzip/2006-11/msg00013.html>.
* bootstrap.conf (gnulib_modules): Remove openat, as it pulls in
fchdir.
* configure.ac: Check for fdopendir.
* gzip.c: Don't include openat.h; no longer needed.
(treat_dir) [!HAVE_FDOPENDIR]: Fall back on the old opendir method
since fdopendir is not available.
ChangeLog
bootstrap.conf
configure.ac
gzip.c