From owner-cvs-all@FreeBSD.ORG Sun Jul 18 14:32:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B667E16A4CE; Sun, 18 Jul 2004 14:32:09 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A53743D4C; Sun, 18 Jul 2004 14:32:09 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from pooker.samsco.org (scottl@localhost [127.0.0.1]) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6IEc1tM049595; Sun, 18 Jul 2004 08:38:01 -0600 (MDT) (envelope-from scottl@freebsd.org) Received: from localhost (scottl@localhost)i6IEc1g1049592; Sun, 18 Jul 2004 08:38:01 -0600 (MDT) (envelope-from scottl@freebsd.org) X-Authentication-Warning: pooker.samsco.org: scottl owned process doing -bs Date: Sun, 18 Jul 2004 08:38:00 -0600 (MDT) From: Scott Long Sender: scottl@pooker.samsco.org To: Marcel Moolenaar In-Reply-To: <200407180422.i6I4M1rI073972@repoman.freebsd.org> Message-ID: <20040718083445.T32601@pooker.samsco.org> References: <200407180422.i6I4M1rI073972@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpthread/thread thr_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 14:32:09 -0000 On Sun, 18 Jul 2004, Marcel Moolenaar wrote: > marcel 2004-07-18 04:22:01 UTC > > FreeBSD src repository > > Modified files: > lib/libpthread/thread thr_private.h > Log: > Don't include lock.h and pthread_md.h when we're being included by > libthread_db. Both headers are included seperately. > > Revision Changes Path > 1.116 +2 -0 src/lib/libpthread/thread/thr_private.h > Something in this chain of commits has broken the sparc64 build. Is it possible that a file was left out? Scott