1
1

* vfs/fish.c: Remove all references to HAVE_HACKED_SSH.

Этот коммит содержится в:
Pavel Tsekov 2007-05-07 13:23:54 +00:00
родитель 6cb718c0a8
Коммит 0be8302a3d
2 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2007-05-07 Pavel Tsekov <ptsekov@gmx.net>
* fish.c: Remove all references to HAVE_HACKED_SSH.
2007-04-26 Pavel Tsekov <ptsekov@gmx.net>
* fish.c (fish_linear_start): Use _FILE_OFFSET_BITS to determine which

Просмотреть файл

@ -37,8 +37,6 @@
#include <config.h>
#include <errno.h>
#undef HAVE_HACKED_SSH
#include "../src/global.h"
#include "../src/tty.h" /* enable/disable interrupt key */
#include "../src/wtools.h" /* message() */
@ -219,9 +217,6 @@ fish_open_archive_int (struct vfs_class *me, struct vfs_s_super *super)
int i = 0;
argv[i++] = xsh;
#ifdef HAVE_HACKED_SSH
argv[i++] = "-I";
#endif
if (SUP.flags == FISH_FLAG_COMPRESSED)
argv[i++] = "-C";
argv[i++] = "-l";
@ -243,12 +238,10 @@ fish_open_archive_int (struct vfs_class *me, struct vfs_s_super *super)
/* Currently, this does not work. ssh reads passwords from
/dev/tty, not from stdin :-(. */
#ifndef HAVE_HACKED_SSH
message (1, MSG_ERROR,
_
("Sorry, we cannot do password authenticated connections for now."));
ERRNOR (EPERM, -1);
#endif
if (!SUP.password) {
char *p, *op;
p = g_strconcat (_(" fish: Password required for "),