From willow@xloling.org  Sun Aug  7 18:57:50 2005
Return-Path: <willow@xloling.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9993216A430
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Aug 2005 18:57:50 +0000 (GMT)
	(envelope-from willow@xloling.org)
Received: from xloling.org (willow.xloling.org [82.67.83.132])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BAAC843D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  7 Aug 2005 18:57:49 +0000 (GMT)
	(envelope-from willow@xloling.org)
Received: from xloling.org (localhost [127.0.0.1])
	by xloling.org (8.13.3/8.13.1) with ESMTP id j77Ivrb4059403
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 7 Aug 2005 20:57:54 +0200 (CEST)
	(envelope-from willow@xloling.org)
Received: (from root@localhost)
	by xloling.org (8.13.3/8.13.1/Submit) id j77Ivrmx059402;
	Sun, 7 Aug 2005 20:57:53 +0200 (CEST)
	(envelope-from willow)
Message-Id: <200508071857.j77Ivrmx059402@xloling.org>
Date: Sun, 7 Aug 2005 20:57:53 +0200 (CEST)
From: Antoine.Pelisse@xloling.org (apelisse@gmail.com)
Reply-To: Antoine.Pelisse@xloling.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] typo in src/sys/sys/queue.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84654
>Category:       kern
>Synopsis:       [PATCH] typo in src/sys/sys/queue.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 07 19:00:33 GMT 2005
>Closed-Date:    Mon Aug 08 05:44:29 GMT 2005
>Last-Modified:  Mon Aug 08 05:44:29 GMT 2005
>Originator:     Antoine Pelisse
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
None
>Environment:
System: FreeBSD gordon.xloling.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Jul 2 21:23:01 CEST 2005 
>Description:
	Kernel can't be built with QUEUE_MACRO_DEBUG to 1 in queue.h
	due to a typo.
>How-To-Repeat:
>Fix:
--- sys/sys/queue.h.orig        Sun Aug  7 20:47:09 2005
+++ sys/sys/queue.h     Sun Aug  7 20:47:25 2005
@@ -403,7 +403,7 @@
                (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
                (head1)->tqh_last = (head2)->tqh_last;                  \
                TAILQ_INIT((head2));                                    \
-               QMD_TRACE_HEAD(head);                                   \
+               QMD_TRACE_HEAD(head1);                                  \
                QMD_TRACE_HEAD(head2);                                  \
        }                                                               \
 } while (0)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Mon Aug 8 05:44:17 GMT 2005 
State-Changed-Why:  
committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84654 
>Unformatted:
