Re: chmod() on AF_UNIX sockets broken

2003-03-20 Thread Jason Tishler
Corinna, On Wed, Mar 19, 2003 at 10:35:19PM +0100, Corinna Vinschen wrote: > On Wed, Mar 19, 2003 at 04:10:09PM -0500, Jason Tishler wrote: > > While tracking down a PostgreSQL problem, I uncovered that chmod() > > appears to have no affect on AF_UNIX sockets on recent Cygwin > > versions. > > Th

Re: chmod() on AF_UNIX sockets broken

2003-03-19 Thread Corinna Vinschen
On Wed, Mar 19, 2003 at 04:10:09PM -0500, Jason Tishler wrote: > While tracking down a PostgreSQL problem, I uncovered that chmod() > appears to have no affect on AF_UNIX sockets on recent Cygwin versions. Thanks for the report. Should be fixed in CVS now. Corinna -- Corinna Vinschen

chmod() on AF_UNIX sockets broken

2003-03-19 Thread Jason Tishler
While tracking down a PostgreSQL problem, I uncovered that chmod() appears to have no affect on AF_UNIX sockets on recent Cygwin versions. The attached test case, afunix.cc, demonstrates the problem: $ # Cygwin 1.3.22-1 $ afunix $ ls -l /tmp/.afunix srwx--1 jt Domai