mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-20 18:29:19 +03:00
* src/fsusage.c: Remove references to HAVE_INFOMOUNT.
This commit is contained in:
parent
9ab2dde60c
commit
493a107f8b
@ -1,3 +1,7 @@
|
|||||||
|
2006-12-21 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
|
* fsusage.c: Remove references to HAVE_INFOMOUNT.
|
||||||
|
|
||||||
2006-12-21 Pavel Tsekov <ptsekov@gmx.net>
|
2006-12-21 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
* fsusage.h: Update from gnulib.
|
* fsusage.h: Update from gnulib.
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_INFOMOUNT
|
|
||||||
|
|
||||||
#include "fsusage.h"
|
#include "fsusage.h"
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
@ -257,5 +255,3 @@ static int statfs (char *file, struct statfs *fsb)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif /* _AIX && _I386 */
|
#endif /* _AIX && _I386 */
|
||||||
|
|
||||||
#endif /* HAVE_INFOMOUNT */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user