bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Bug on gawk-3.1.1: grcat does nothing


From: Aharon Robbins
Subject: Re: Bug on gawk-3.1.1: grcat does nothing
Date: Tue, 18 Jun 2002 17:19:27 +0300

This is fixed for the next release. Let me know if
you need a patch.

Arnold

> Date: Thu, 30 May 2002 00:43:44 +0200
> To: address@hidden
> Subject: Bug on gawk-3.1.1: grcat does nothing
> From: DervishD <address@hidden>
>
>     Hello all :))
>
>     In GNU awk 3.1.1, the grcat program doesn't cat the group
> database because a wrong 'HAVE_' testing:
>
> #ifndef HAVE_GETPGRENT
> int main() { exit(0); }
> #else
>
>     The test should be for 'HAVE_GETGRENT', although it won't make
> any difference: no test for 'getgrent()' is done on the configure
> scripts.
>
>     So, for fixing, test for 'getgrent()' and after that make the
> conditional compilation directive check for 'HAVE_GETGRENT'.
>
>     Thanks a lot for GNU awk, BTW ;))))
>
>     Raúl



reply via email to

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