Date: Wed, 24 Jun 1998 09:19:54 -0700 (PDT) From: miz@qb3.so-net.ne.jp To: freebsd-gnats-submit@FreeBSD.ORG Subject: kern/7048: Queue diagram (in sys/queue.h) isn't up-to-date. Message-ID: <199806241619.JAA02614@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 7048 >Category: kern >Synopsis: Queue diagram (in sys/queue.h) isn't up-to-date. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 24 09:20:01 PDT 1998 >Last-Modified: >Originator: SAWADA Mizuki >Organization: UEC,Japan. >Release: CURRENT (3/24) >Environment: >Description: When some functions were added to sys/queue.h (1.15, 1.16), the queue diagram (in comment, showing member functions) update were slipped. >How-To-Repeat: See sys/queue.h after 1.15. >Fix: Try following patch. retrieving revision 1.20 diff -c -r1.20 queue.h *** queue.h 1998/02/24 17:27:23 1.20 --- queue.h 1998/06/24 15:43:28 *************** *** 92,102 **** * _ENTRY + + + + + * _INIT + + + + + * _EMPTY + + + + + ! * _FIRST + + - + + ! * _NEXT + + - + + * _PREV - - - + + ! * _LAST - - - + + ! * _FOREACH + + - + - * _INSERT_HEAD + + + + + * _INSERT_BEFORE - + - + + * _INSERT_AFTER + + + + + --- 92,102 ---- * _ENTRY + + + + + * _INIT + + + + + * _EMPTY + + + + + ! * _FIRST + + + + + ! * _NEXT + + + + + * _PREV - - - + + ! * _LAST - - + + + ! * _FOREACH + + - + + * _INSERT_HEAD + + + + + * _INSERT_BEFORE - + - + + * _INSERT_AFTER + + + + + >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?199806241619.JAA02614>