From owner-p4-projects@FreeBSD.ORG Wed May 9 19:15:39 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4DA8516A4CE; Wed, 9 May 2007 19:15:39 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D13B16A47D for ; Wed, 9 May 2007 19:15:38 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 00A3513C53B for ; Wed, 9 May 2007 19:15:35 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l49JFYUc013701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 May 2007 12:15:35 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <46421DD9.5000500@errno.com> Date: Wed, 09 May 2007 12:15:37 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070430) MIME-Version: 1.0 To: Fredrik Lindberg References: <200705082229.l48MTrbh069129@repoman.freebsd.org> <20070509070626.GA41419@freebsd.org> <4641818B.4030507@FreeBSD.org> <20070509103404.D71759@fledge.watson.org> <464199D9.7020908@shapeshifter.se> <9bbcef730705090710h653dc15bjb7a1159484c1c48b@mail.gmail.com> <4641E19F.80809@shapeshifter.se> In-Reply-To: <4641E19F.80809@shapeshifter.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews , Ivan Voras Subject: Re: PERFORCE change 119527 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 19:15:39 -0000 Fredrik Lindberg wrote: > Ivan Voras wrote: >> On 09/05/07, Fredrik Lindberg wrote: >> >>> Ok, I'll take a look at the various queue.h shipped with the major BSDs, >>> and see if I can find a common subset that suits my needs (without too >>> many compromises) and based on the findings I'll reconsider my choice. >> >> I use sys/queue.h in my userland applications all the time, there's no >> problem there. >> > > And it works on {Net,Open}BSD?, I could swear that I've been bitten by > sys/queue.h in the past when moving stuff between FreeBSD and NetBSD. > Could have been those TAILQ-macros Robert Watson talked about though. I think SIMPLEQ has different names; I just add portability shims to rename things. Sam