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

Re: LFS problems with regex.h



On Mon, 21 May 2001, Petr Cech wrote:

> I've been bitten by another LFS issue. As in apache case, the victim was
> regex.h included in the package. The problem is
> 
> typedef off_t regoff_t
> 
> which is wrong. it should read
> 
> typdef int regoff_t
> 
> glibc is right, apache and php3 were fixed, php4 will in in next upload and
> here are some packages, which may have this problem also. postgresql has the
> wrong header, but I don't know if it uses it

Assuming it should be 'int' is probably incorrect on 64-bit
architectures.  off_t on Alpha is a 'long'.  Should I file a bug now?

C



Reply to: