(jm_LIST_MOUNTED_FILESYSTEMS)
authorJim Meyering <jim@meyering.net>
Sat, 29 Sep 2001 10:27:28 +0000 (10:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Sep 2001 10:27:28 +0000 (10:27 +0000)
commit285eedf281c872802a54df805936b7593c95518e
treeded5836e0d0b6141eb669648f477dd8907da4231
parentef57c0f15871173c185736dc6939585f18b71478
(jm_LIST_MOUNTED_FILESYSTEMS)
Check for these headers: sys/param.h sys/ucred.h sys/mount.h
sys/fs_types.h, and make the link-test for getfsstat guard #include
directives with appropriate #if HAVE_*_H tests so that we can
detect getfsstat on Apple Darwin1.3.7 systems.

Also fix harmless typo in cache variable name: s/getsstat/getfsstat/.
m4/ls-mntd-fs.m4