bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chet Ramey
Subject: Re: <stdio.h> is missing in bash-4.0/externs.h
Date: Tue, 2 Jun 2009 09:11:34 -0400

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

Try the attached patch.  Including stdio.h in externs.h is the wrong fix.

Chet

Attachment: fpurge-decl
Description: Text document

``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    chet@case.edu    http://tiswww.tis.case.edu/~chet/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]