Ticket #2825: statvfs-members.patch

File statvfs-members.patch, 506 bytes (added by mcermak, 12 years ago)
  • mc-4.8.1.3/m4.include/fstypename.m4

    old new  
    2020      #include <sys/param.h> 
    2121      #include <sys/mount.h> 
    2222    ]) 
     23  AC_CHECK_MEMBERS([struct statvfs.f_fstypename],,, 
     24    [ 
     25      #include <sys/types.h> 
     26      #include <sys/statvfs.h> 
     27    ]) 
     28  AC_CHECK_MEMBERS([struct statvfs.f_fbasetype],,, 
     29    [ 
     30      #include <sys/types.h> 
     31      #include <sys/statvfs.h> 
     32    ]) 
    2333])