Remove fish_which().
Этот коммит содержится в:
родитель
15f131afc9
Коммит
70ec6bbd26
@ -1,6 +1,6 @@
|
|||||||
2002-11-12 Pavel Roskin <proski@gnu.org>
|
2002-11-12 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* fish.c (fish_which): Make static.
|
* fish.c (fish_which): Remove.
|
||||||
|
|
||||||
2002-11-12 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2002-11-12 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||||
|
|
||||||
|
12
vfs/fish.c
12
vfs/fish.c
@ -323,18 +323,6 @@ archive_same(vfs *me, vfs_s_super *super, char *archive_name, char *op, void *co
|
|||||||
return flags;
|
return flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
|
||||||
fish_which (vfs *me, char *path)
|
|
||||||
{
|
|
||||||
if (!strncmp (path, "/#sh:", 5))
|
|
||||||
return 1;
|
|
||||||
if (!strncmp (path, "/#ssh:", 6))
|
|
||||||
return 1;
|
|
||||||
if (!strncmp (path, "/#rsh:", 6))
|
|
||||||
return 1;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
dir_uptodate(vfs *me, vfs_s_inode *ino)
|
dir_uptodate(vfs *me, vfs_s_inode *ino)
|
||||||
{
|
{
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user