Re: is missing in bash-4.0/externs.h

2009-06-02 Thread Chet Ramey
> grep -n FILE build/bash-4.0/externs.h > 200:extern int fpurge __P((FILE *stream)); > 264:extern int sh_setlinebuf __P((FILE *)); > > bash-4.0/externs.h > > needs > > #include Try the attached patch. Including stdio.h in externs.h is the wrong fix. Chet *** ../bash-4.0-patched/externs.h

Re: is missing in bash-4.0/externs.h

2009-05-24 Thread Alan Hourihane
On Fri, 2009-05-22 at 10:42 -0700, Sergei Steshenko wrote: > > > --- On Fri, 5/22/09, Chet Ramey wrote: > > > From: Chet Ramey > > Subject: Re: is missing in bash-4.0/externs.h > > To: "Sergei Steshenko" > > Cc: bug-bash@gnu.org, chet.ra...@ca

Re: is missing in bash-4.0/externs.h

2009-05-24 Thread Sergei Steshenko
--- On Fri, 5/22/09, Chet Ramey wrote: > From: Chet Ramey > Subject: Re: is missing in bash-4.0/externs.h > To: "Sergei Steshenko" > Cc: bug-bash@gnu.org, chet.ra...@case.edu > Date: Friday, May 22, 2009, 9:14 AM > Sergei Steshenko wrote: > > Hello, >

Re: is missing in bash-4.0/externs.h

2009-05-22 Thread Chet Ramey
Sergei Steshenko wrote: > Hello, > > because of the following lines: > > grep -n FILE build/bash-4.0/externs.h > 200:extern int fpurge __P((FILE *stream)); > 264:extern int sh_setlinebuf __P((FILE *)); > > bash-4.0/externs.h > > needs > > #include > > - this was discovered while building und

is missing in bash-4.0/externs.h

2009-05-21 Thread Sergei Steshenko
Hello, because of the following lines: grep -n FILE build/bash-4.0/externs.h 200:extern int fpurge __P((FILE *stream)); 264:extern int sh_setlinebuf __P((FILE *)); bash-4.0/externs.h needs #include - this was discovered while building under latest officially released CYGWIN. Under Linux it