vfs/ftpfs New feature on Solaris 2.7
"Andrew V. Samoilov" at gnome.org
"Andrew V. Samoilov" at gnome.org
Thu Sep 27 12:35:02 UTC 2001
Index: vfs.c
===================================================================
RCS file: /home/sav/.cvsroot/mc/vfs/vfs.c,v
retrieving revision 1.60
diff -u -p -r1.60 vfs.c
--- vfs.c 25 May 2000 18:00:34 -0000 1.60
+++ vfs.c 27 Sep 2001 12:18:48 -0000
@@ -1439,9 +1442,10 @@ vfs_parse_filetype (char c)
return S_IFSOCK;
#endif
case 'p': return S_IFIFO;
+ case 'D': /* Solaris door */
case 'm': case 'n': /* Don't know what these are :-) */
case '-': case '?': return S_IFREG;
default: return -1;
}
}
More information about the mc-devel
mailing list