From owner-freebsd-current Thu Sep 23 21:13:31 1999 Delivered-To: freebsd-current@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id 83E8015B60 for ; Thu, 23 Sep 1999 21:13:17 -0700 (PDT) (envelope-from kip@lyris.com) Received: from luna.shelby.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id VAA13436; Thu, 23 Sep 1999 21:12:19 -0700 (PDT) Received: from (luna.shelby.com [207.90.155.6]) by luna.shelby.com with SMTP (MailShield v1.50); Thu, 23 Sep 1999 21:12:19 -0700 Date: Thu, 23 Sep 1999 21:12:19 -0700 (PDT) From: Kip Macy X-Sender: kip@luna To: dfr@nlsystems.com Cc: freebsd-current@freebsd.org Subject: freebsd-uthread.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: dfr@nlsystems.com,freebsd-current@freebsd.org X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In three places in your code you do the following or something similar: ptr = (CORE_ADDR) cached_pthread.nxt; struct pthread has no member nxt in either -current or -stable and your patch did not add it to pthread_private.h What did you mean for this to be? Thanks. -Kip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message