[patch] update documentation Was: cygwin-host-setup does not install sshd

2005-05-17 Thread Brian Dessent
admin wrote: > > Thanks so much that worked like a charm. > > >"umount -A" to remove all mounts, and then delete the cygwin install > >directory. Rummaging around in the registry is not recommended. > > > > http://www.cygwin.com/faq/faq_2.html#SEC20 <--- when removing the two > registry value

Re: [patch] gcc4 fixes

2005-05-17 Thread Christopher Faylor
On Tue, May 17, 2005 at 06:15:08PM -0700, Brian Dessent wrote: >Christopher Faylor wrote: > >> Go ahead and check these in but please use GNU formatting conventions, >> i.e., it's (char *) NULL, not (char *)NULL. Actually, isn't just NULL >> sufficient? > >I must have had C++ on the mind, thinking

Re: [patch] gcc4 fixes

2005-05-17 Thread Brian Dessent
Christopher Faylor wrote: > Go ahead and check these in but please use GNU formatting conventions, > i.e., it's (char *) NULL, not (char *)NULL. Actually, isn't just NULL > sufficient? I must have had C++ on the mind, thinking that the cast was necessary. > Sorry but no. This is a workaround.

Re: [patch] gcc4 fixes

2005-05-17 Thread Robert Collins
On Tue, 2005-05-17 at 19:31 -0400, Christopher Faylor wrote: > On Tue, May 17, 2005 at 03:50:08PM -0700, Brian Dessent wrote: > > > >This is just a trivial change of argument to execl() testcases, which > >supresses the warning 'missing sentinel in function call' in gcc4 that > >causes the tests to

Re: [patch] gcc4 fixes

2005-05-17 Thread Christopher Faylor
On Tue, May 17, 2005 at 03:50:08PM -0700, Brian Dessent wrote: > >This is just a trivial change of argument to execl() testcases, which >supresses the warning 'missing sentinel in function call' in gcc4 that >causes the tests to fail. > >winsup/testsuite >2005-05-17 Brian Dessent <[EMAIL PROTECTE

[patch] gcc4 fixes

2005-05-17 Thread Brian Dessent
This is just a trivial change of argument to execl() testcases, which supresses the warning 'missing sentinel in function call' in gcc4 that causes the tests to fail. winsup/testsuite 2005-05-17 Brian Dessent <[EMAIL PROTECTED]> * winsup.api/signal-into-win32-api.c (main): Use 'NULL' i