* mountlist.c: Fix misuse of HAVE_STRUCT_STATFS_F_FSTYPENAME.
Этот коммит содержится в:
родитель
5da9a185c9
Коммит
d15f59038c
@ -1,3 +1,7 @@
|
|||||||
|
2007-02-02 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* mountlist.c: Fix misuse of HAVE_STRUCT_STATFS_F_FSTYPENAME.
|
||||||
|
|
||||||
2007-01-20 Pavel Tsekov <ptsekov@gmx.net>
|
2007-01-20 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
* help.c: Document the newline following the node header.
|
* help.c: Document the newline following the node header.
|
||||||
|
@ -173,7 +173,7 @@ static int xatoi (const char *cp)
|
|||||||
}
|
}
|
||||||
#endif /* MOUNTED_GETMNTENT1 */
|
#endif /* MOUNTED_GETMNTENT1 */
|
||||||
|
|
||||||
#if ! HAVE_STRUCT_STATFS_F_FSTYPENAME
|
#ifndef HAVE_STRUCT_STATFS_F_FSTYPENAME
|
||||||
static char *fstype_to_string (short t)
|
static char *fstype_to_string (short t)
|
||||||
{
|
{
|
||||||
switch (t) {
|
switch (t) {
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user