Bug 115 - AIX <sys/queue.h> has no TAILQ_FOREACH()
Summary: AIX <sys/queue.h> has no TAILQ_FOREACH()
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: PPC AIX
: P3 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-14 03:16 AEDT by Gert Doering
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gert Doering 2002-02-14 03:16:35 AEDT
AIX 4.3.3.0 has a <sys/queue.h> with TAILQ_ENTRY, TAILQ_HEAD, _INSERT and
_REMOVE, but no TAILQ_FOREACH.

Setting #define HAVE_BOGUS_SYS_QUEUE_H 1 in config.h fixes this.

checking build system type... powerpc-ibm-aix4.3.3.0
checking host system type... powerpc-ibm-aix4.3.3.0
Comment 1 Damien Miller 2002-02-14 08:43:01 AEDT
Fixed in -current. Thanks
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED