Re: [E-devel] epp and open() mode

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 09:38:23 +0200 (CEST) Vincent Torri said: i dont see how it could or should be - the open syscall allows for adding a mode FOr writes.. it should ignore it on read only opens. depends on the open syscall impl/support. > > > On Sat, 18 Jun 2011, Carsten Haitzler (The Rasterm

Re: [E-devel] epp and open() mode

2011-06-20 Thread Vincent Torri
On Sat, 18 Jun 2011, Carsten Haitzler (The Rasterman) wrote: > On Fri, 17 Jun 2011 23:27:13 +0200 (CEST) Vincent Torri > said: > > open is O_RDONLY in all cases... so it doesnt even matter and u dont even have > to pass the mask. well, i was wondering if that could be a pb on Windows... Vince

Re: [E-devel] epp and open() mode

2011-06-17 Thread The Rasterman
On Fri, 17 Jun 2011 23:27:13 +0200 (CEST) Vincent Torri said: open is O_RDONLY in all cases... so it doesnt even matter and u dont even have to pass the mask. > > Hey > > epp is using open() with mode 0666. Shouldn't it be 0644 instead ? > > Vincent > > --