Re: [RFC][patch] cygwin/singal.h is not compatible with -std=c89 or -std=c99

2006-11-27 Thread Corinna Vinschen
On Nov 25 16:46, V?clav Haisman wrote: > [FreeBSD] > struct sigaction { > union { > void(*__sa_handler)(int); > void(*__sa_sigaction)(int, struct __siginfo *, void *); > } __sigaction_u;/* signal handler */ > int sa

Re: [RFC][patch] cygwin/singal.h is not compatible with -std=c89 or -std=c99

2006-11-27 Thread Christopher Faylor
On Mon, Nov 27, 2006 at 09:33:41AM +0100, Corinna Vinschen wrote: >On Nov 25 16:46, V?clav Haisman wrote: >> [FreeBSD] >> struct sigaction { >> union { >> void(*__sa_handler)(int); >> void(*__sa_sigaction)(int, struct __siginfo *, void *); >>

Re: [RFC][patch] cygwin/singal.h is not compatible with -std=c89 or -std=c99

2006-11-27 Thread Corinna Vinschen
On Nov 27 10:17, Christopher Faylor wrote: > How about the alternative "Don't do that" approach? I think there are > other parts of the header files which won't work with -std=c89. I've > always been coding with the understanding that this is a GNU C environment. Well, BSD and Linux are using th

RE: Patch to mapping up to 128 SCSI Disk Devices

2006-11-27 Thread Loh, Joe
Corinna Vinschen wrote: > On Nov 14 11:52, Loh, Joe wrote: >> [...] >> We have converted all comments to use C-style /**/ and attached the >> patch as a file instead. > > Your copyright assignment has arrived and got signed, so I took the > opportunity to apply your patch. Thanks. > > > Lookin

Re: [RFC][patch] cygwin/singal.h is not compatible with -std=c89 or -std=c99

2006-11-27 Thread Christopher Faylor
On Mon, Nov 27, 2006 at 04:35:19PM +0100, Corinna Vinschen wrote: >On Nov 27 10:17, Christopher Faylor wrote: >> How about the alternative "Don't do that" approach? I think there are >> other parts of the header files which won't work with -std=c89. I've >> always been coding with the understandi

Re: [RFC][patch] cygwin/singal.h is not compatible with -std=c89 or -std=c99

2006-11-27 Thread Corinna Vinschen
On Nov 27 11:16, Christopher Faylor wrote: > On Mon, Nov 27, 2006 at 04:35:19PM +0100, Corinna Vinschen wrote: > >On Nov 27 10:17, Christopher Faylor wrote: > >> How about the alternative "Don't do that" approach? I think there are > >> other parts of the header files which won't work with -std=c8

Re: [RFC][patch] cygwin/singal.h is not compatible with -std=c89 or -std=c99

2006-11-27 Thread Christopher Faylor
On Mon, Nov 27, 2006 at 05:24:14PM +0100, Corinna Vinschen wrote: >On Nov 27 11:16, Christopher Faylor wrote: >> On Mon, Nov 27, 2006 at 04:35:19PM +0100, Corinna Vinschen wrote: >> >On Nov 27 10:17, Christopher Faylor wrote: >> >> How about the alternative "Don't do that" approach? I think there

Re: [RFC][patch] cygwin/singal.h is not compatible with -std=c89 or -std=c99

2006-11-27 Thread Corinna Vinschen
On Nov 27 11:41, Christopher Faylor wrote: > On Mon, Nov 27, 2006 at 05:24:14PM +0100, Corinna Vinschen wrote: > >On Nov 27 11:16, Christopher Faylor wrote: > >> On Mon, Nov 27, 2006 at 04:35:19PM +0100, Corinna Vinschen wrote: > >> >On Nov 27 10:17, Christopher Faylor wrote: > >> >> How about the