Re: stdint.h bug

2007-04-04 Thread Corinna Vinschen
On Apr 3 19:29, Eric Blake wrote: > * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition. Thanks, applied. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat

Re: [PATCH] getmntent()->mnt_type values that match Linux...

2007-04-04 Thread Ryan C. Gordon
mnt_type is always "system" or "user" ... this patch changes this to make an earnest effort to match what a GNU/Linux system would report, and moves the system/user string to mnt_opts. I sent in the copyright assignment paperwork for this around two weeks ago...just wanted to follow up to se

Re: [PATCH] getmntent()->mnt_type values that match Linux...

2007-04-04 Thread Corinna Vinschen
On Apr 4 04:26, Ryan C. Gordon wrote: > > >mnt_type is always "system" or "user" ... this patch changes this to > >make an earnest effort to match what a GNU/Linux system would report, > >and moves the system/user string to mnt_opts. > > I sent in the copyright assignment paperwork for this ar

Re: [PATCH] getmntent()->mnt_type values that match Linux...

2007-04-04 Thread Corinna Vinschen
Ryan, On Apr 4 10:49, Corinna Vinschen wrote: > On Apr 4 04:26, Ryan C. Gordon wrote: > > > > >mnt_type is always "system" or "user" ... this patch changes this to > > >make an earnest effort to match what a GNU/Linux system would report, > > >and moves the system/user string to mnt_opts. > >

Re: [PATCH] getmntent()->mnt_type values that match Linux...

2007-04-04 Thread Christopher Faylor
On Wed, Apr 04, 2007 at 06:03:09PM +0200, Corinna Vinschen wrote: >Ryan, > >On Apr 4 10:49, Corinna Vinschen wrote: >> On Apr 4 04:26, Ryan C. Gordon wrote: >> > >> > >mnt_type is always "system" or "user" ... this patch changes this to >> > >make an earnest effort to match what a GNU/Linux sys

Re: [PATCH] getmntent()->mnt_type values that match Linux...

2007-04-04 Thread Christopher Faylor
On Wed, Apr 04, 2007 at 02:18:33PM -0400, Christopher Faylor wrote: >On Wed, Apr 04, 2007 at 06:03:09PM +0200, Corinna Vinschen wrote: >>Ryan, >> >>On Apr 4 10:49, Corinna Vinschen wrote: >>> On Apr 4 04:26, Ryan C. Gordon wrote: >>> > >>> > >mnt_type is always "system" or "user" ... this patch