* 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.
|
||||||
@ -71,7 +75,7 @@
|
|||||||
|
|
||||||
* view.c (regexp_search): Keep the search string in a global
|
* view.c (regexp_search): Keep the search string in a global
|
||||||
variable so that it can be reused when viewing another file.
|
variable so that it can be reused when viewing another file.
|
||||||
Do not use the same variable to hold the search string for
|
Do not use the same variable to hold the search string for
|
||||||
both the "Search" and "Regexp Search" functions.
|
both the "Search" and "Regexp Search" functions.
|
||||||
(view_normal_search_cmd): Likewise.
|
(view_normal_search_cmd): Likewise.
|
||||||
|
|
||||||
@ -95,7 +99,7 @@
|
|||||||
2006-09-18 Pavel Tsekov <ptsekov@gmx.net>
|
2006-09-18 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
* main.c (xtoolkit_panel_setup): Remove - it is a noop.
|
* main.c (xtoolkit_panel_setup): Remove - it is a noop.
|
||||||
(setup_panels_and_run_mc): Eliminate references to
|
(setup_panels_and_run_mc): Eliminate references to
|
||||||
`xtoolkit_panel_setup'.
|
`xtoolkit_panel_setup'.
|
||||||
|
|
||||||
2006-09-18 Pavel Tsekov <ptsekov@gmx.net>
|
2006-09-18 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
@ -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