Re: vfs/ftpfs New feature on Solaris 2.7
- From: "Andrew V. Samoilov"@gnome.org, kai cmail ru
- To: mc-devel gnome org, Christian sav it efp com ua, Gennerat sav it efp com ua, <christian gennerat vz cit alcatel fr>
- Subject: Re: vfs/ftpfs New feature on Solaris 2.7
- Date: Thu, 27 Sep 2001 15:35:02 +0300 (EEST)
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;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]