summaryrefslogtreecommitdiffstats
path: root/lib/vfs/vfs.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:11:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:11:50 +0000
commit054d2bd549b979947565f10890bf2d2b4a6feba2 (patch)
treeec06707546c523d3ca43b34503af94c99e704b65 /lib/vfs/vfs.h
parentAdding debian version 3:4.8.30-1. (diff)
downloadmc-054d2bd549b979947565f10890bf2d2b4a6feba2.tar.xz
mc-054d2bd549b979947565f10890bf2d2b4a6feba2.zip
Merging upstream version 3:4.8.31.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/vfs/vfs.h')
-rw-r--r--lib/vfs/vfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vfs/vfs.h b/lib/vfs/vfs.h
index ee78ff5..260e8f3 100644
--- a/lib/vfs/vfs.h
+++ b/lib/vfs/vfs.h
@@ -68,7 +68,7 @@
#endif
#ifdef EREMOTEIO
-#define E_REMOTE EREMOTEIO /* if other side of ftp/fish reports error */
+#define E_REMOTE EREMOTEIO /* if other side of ftp/shell reports error */
#else
#define E_REMOTE ENETUNREACH /* :-( there's no EREMOTEIO on some systems */
#endif
@@ -133,7 +133,7 @@ typedef struct vfs_class
{
const char *name; /* "FIles over SHell" */
vfs_flags_t flags;
- const char *prefix; /* "fish:" */
+ const char *prefix; /* "shell:" */
int verrno; /* can't use errno because glibc2 might define errno as function */
gboolean flush; /* if set to TRUE, invalidate directory cache */
FILE *logfile;