Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2001 23:29:51 -0600 (CST)
From:      Jordan DeLong <fracture@allusion.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/32688: sys/queue.h: Comment not updated for CIRCLEQ removal
Message-ID:  <200112110529.fBB5Tp803469@cs6668125-184.austin.rr.com>

next in thread | raw e-mail | index | archive | help

>Number:         32688
>Category:       kern
>Synopsis:       sys/queue.h: Comment not updated for CIRCLEQ removal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 10 21:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jordan DeLong <fracture@allusion.net>
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cs6668125-184 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Sun Oct 21 22:24:50 CDT 2001 fracture@cs6668125-184:/usr/obj/usr/src/sys/HOBOIV i386
>Description:
	CIRCLEQs have been removed from the sys/queue.h in -CURRENT, but
	the first paragraph of the comment at the top was not modified
	to reflect the changes
>How-To-Repeat:
	apply the diff;
>Fix:

--- queue.h.dist	Thu Sep 27 19:05:11 2001	
+++ queue.h	Mon Dec 10 23:26:07 2001
@@ -40,8 +40,8 @@
 #include <machine/ansi.h>	/* for __offsetof */
 
 /*
- * This file defines five types of data structures: singly-linked lists,
- * singly-linked tail queues, lists, tail queues, and circular queues.
+ * This file defines four types of data structures: singly-linked lists,
+ * singly-linked tail queues, lists, and tail queues.
  *
  * A singly-linked list is headed by a single forward pointer. The elements
  * are singly linked for minimum space and pointer manipulation overhead at
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112110529.fBB5Tp803469>