[Mono-list] Re: Solaris.cs

Dick Porter dick@ximian.com
Thu, 22 Nov 2001 12:37:19 +0000


On Thu, Nov 22, 2001 at 01:25:13PM +0100, smoux wrote:
> > What are the differences between solaris.cs and the
> existing Linux.cs?
> 
> you will found here the solaris.diff to see the
> differences. There are some difference on the
> O_CREATE, O_EXCLU, O_APPEND and few others. 

There is nothing in those differences bar a global s/Linux/Solaris/, a
function that looks in Linux's /proc for something that would have to be
done differently, and some constants that have already been deleted in
my rewrite.

There is no need for a separate Solaris.cs.

> 
> >Again, this should just be the same as the linux
> build.
> yes, but I cannot commit it.

The corlib.dll built by "make linux" should be the one that is used
on solaris.

- Dick