From owner-freebsd-bugs@FreeBSD.ORG Fri May 13 16:30:17 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C311A10656EA for ; Fri, 13 May 2011 16:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 986398FC0A for ; Fri, 13 May 2011 16:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4DGUHIT082183 for ; Fri, 13 May 2011 16:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4DGUHI9082180; Fri, 13 May 2011 16:30:17 GMT (envelope-from gnats) Date: Fri, 13 May 2011 16:30:17 GMT Message-Id: <201105131630.p4DGUHI9082180@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthew Fleming Cc: Subject: Re: kern/143033: [headers] [patch] _SWAP not listed in comment in sys/queue.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Fleming List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2011 16:30:17 -0000 The following reply was made to PR kern/143033; it has been noted by GNATS. From: Matthew Fleming To: "bug-followup@FreeBSD.org" , "jeremyhu@apple.com" Cc: Subject: Re: kern/143033: [headers] [patch] _SWAP not listed in comment in sys/queue.h Date: Fri, 13 May 2011 12:03:37 -0400 I didn't see a reference to TAILQ_REMOVE_AFTER in CURRENT in either the man p= age or queue.h. So I believe this PR is finished after the MFC.