bug-bash
[Top][All Lists]
Advanced

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

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


From: Sergei Steshenko
Subject: <stdio.h> is missing in bash-4.0/externs.h
Date: Thu, 21 May 2009 17:13:39 -0700 (PDT)

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

- this was discovered while building under latest officially released
CYGWIN.

Under Linux it worked without

#include <stdio.h>

; hope

#include <stdio.h>

won't hurt under other OSes.

Thanks,
  Sergei.


      




reply via email to

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