Re: vfs/ftpfs New feature on Solaris 2.7



Hi!

> 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;
>      }
>  }

Looks good!
								Pavel

-- 
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]