From owner-cvs-src@FreeBSD.ORG Thu May 22 16:58:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC5BB1065670; Thu, 22 May 2008 16:58:13 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 63CA68FC12; Thu, 22 May 2008 16:58:13 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.36] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m4MGwAgR078996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 May 2008 09:58:11 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4835A619.3010502@FreeBSD.org> Date: Thu, 22 May 2008 09:58:01 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Ed Schouten References: <200805221440.m4MEe32W039559@repoman.freebsd.org> In-Reply-To: <200805221440.m4MEe32W039559@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man3 Makefile queue.3 src/sys/sys queue.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 16:58:13 -0000 Ed Schouten wrote: > The OpenBSD version of SLIST_REMOVE_NEXT() needs a reference to the list > head, even though it is unused. I don't think it's necessary. sys/queue.h API is not supposed to be portable across different operating systems. The need to pass list head around may impede macro usefulness. -Maxim