mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-10 20:34:21 +03:00
src/filemanager/mountlist.c: fix indentation.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
80bfefe0ff
commit
be6a99f910
@ -275,7 +275,7 @@ me_remote (char const *fs_name, char const *fs_type _GL_UNUSED)
|
|||||||
with GNU libc on Linux kernels before 2.6.36, which stats all
|
with GNU libc on Linux kernels before 2.6.36, which stats all
|
||||||
preceding entries in /proc/mounts; that makes df hang if even one
|
preceding entries in /proc/mounts; that makes df hang if even one
|
||||||
of the corresponding file systems is hard-mounted but not available. */
|
of the corresponding file systems is hard-mounted but not available. */
|
||||||
# if ! (__linux__ && (__GLIBC__ || __UCLIBC__))
|
#if ! (__linux__ && (__GLIBC__ || __UCLIBC__))
|
||||||
/* The FRSIZE fallback is not required in this case. */
|
/* The FRSIZE fallback is not required in this case. */
|
||||||
#undef STAT_STATFS2_FRSIZE
|
#undef STAT_STATFS2_FRSIZE
|
||||||
static int
|
static int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user