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
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
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.
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
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
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