Re: cygipc ENOSYS patch (was Re: cygipc-1.13pre1)

2002-11-13 Thread Charles Wilson
Jason Tishler wrote: I'll post a separate "announcement-style" message... You are very welcome. Thanks for accepting my patch and for generating a release so quickly. Erg. Spoke too quickly. I forgot about another pending patch that needs to go in, and just found one (longstanding) bug

Re: cygipc ENOSYS patch (was Re: cygipc-1.13pre1)

2002-11-13 Thread Jason Tishler
Chuck, On Wed, Nov 13, 2002 at 02:31:22PM -0500, Charles Wilson wrote: > Jason Tishler wrote: > >Attached are the following files: > > > >o cygipc-1.13pre1.patch: ENOSYS patch > > Thanks. Applied, and cygipc-1.13 is now available at > http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc

Re: cygipc ENOSYS patch (was Re: cygipc-1.13pre1)

2002-11-13 Thread Charles Wilson
Jason Tishler wrote: My patch (against cygipc-1.13pre1) changes the following cygipc functions to return ENOSYS instead of EACCES if ipc-daemon is not running: msgctl() msgget() msgrcv() msgsnd() semctl() semget() semop() shmat() shmctl() shmget() sh