Ticket #2825: obtain FS name from stat info: sync with coreutils.
commit2140592acbd5e9701fd34f01b7def24539b4b1de
authorAndrew Borodin <aborodin@vmail.ru>
Thu, 7 Jun 2012 06:22:04 +0000 (7 10:22 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 2 Jul 2012 16:53:14 +0000 (2 20:53 +0400)
treea2b33d821bcefe30f9d428c53ba15481f6a595af
parentd2cc05366e2b7129e125bc4d19a55aef3ca8036e
Ticket #2825: obtain FS name from stat info: sync with coreutils.

src/filemanager/filegui.c does not compile on Solaris due to missing macros.
AVE_STRUCT_STATVFS_F_BASETYPE and HAVE_STRUCT_STATVFS_F_FSTYPENAME macros
are not set or even defined in config.h. configure scrips does not even
check for those members.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
configure.ac
m4.include/mc-get-fs-info.m4
src/filemanager/filegui.c