From owner-freebsd-current Thu Jan 4 13:52:27 2001 From owner-freebsd-current@FreeBSD.ORG Thu Jan 4 13:52:25 2001 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from panasync.canuck.ca (sktnsk01d05180191.sk.sympatico.ca [142.165.123.91]) by hub.freebsd.org (Postfix) with ESMTP id 10B6537B400 for ; Thu, 4 Jan 2001 13:52:24 -0800 (PST) Received: from localhost (edwards@localhost) by panasync.canuck.ca (8.9.3/8.9.3) with ESMTP id PAA11163 for ; Thu, 4 Jan 2001 15:52:13 -0600 X-Authentication-Warning: panasync.canuck.ca: edwards owned process doing -bs Date: Thu, 4 Jan 2001 15:52:13 -0600 (CST) From: Colten Edwards X-Sender: edwards@panasync.canuck.ca Reply-To: edwards@bitchx.dimension6.com To: freebsd-current@FreeBSD.ORG Subject: problem with make in /usr/src Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well I seem to remember a post about the TAILQ_* macro's but I seemed to have deleted it. My current freebsd source will not compile because of a problem in mpool.c which is related to these macro's. If anyone has an idea on this could you either forward the fix for the brokenness or repost here? /usr/src/lib/libc/../libc/db/mpool/mpool.c:338: structure has no member named `tqe_prev' /usr/src/lib/libc/../libc/db/mpool/mpool.c:338: structure has no member named `tqe_prev' /usr/src/lib/libc/../libc/db/mpool/mpool.c:338: structure has no member named `tqe_next' /usr/src/lib/libc/../libc/db/mpool/mpool.c: In function `mpool_look': /usr/src/lib/libc/../libc/db/mpool/mpool.c:404: structure has no member named `tqh_first' /usr/src/lib/libc/../libc/db/mpool/mpool.c:404: structure has no member named `tqe_next' *** Error code 1 Colten Edwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message