When some functions were added to sys/queue.h (1.15, 1.16),

the queue diagram (in comment, showing member functions)
update were slipped.

PR:		7048
Submitted by:	SAWADA Mizuki <miz@qb3.so-net.ne.jp>
This commit is contained in:
phk 1998-06-24 20:51:09 +00:00
parent ba3159e407
commit a6105f339f

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)queue.h 8.5 (Berkeley) 8/20/94
* $Id: queue.h,v 1.20 1998/02/24 17:27:23 julian Exp $
* $Id: queue.h,v 1.21 1998/05/12 03:55:25 gibbs Exp $
*/
#ifndef _SYS_QUEUE_H_
@ -92,11 +92,11 @@
* _ENTRY + + + + +
* _INIT + + + + +
* _EMPTY + + + + +
* _FIRST + + - + +
* _NEXT + + - + +
* _FIRST + + + + +
* _NEXT + + + + +
* _PREV - - - + +
* _LAST - - - + +
* _FOREACH + + - + -
* _LAST - - + + +
* _FOREACH + + - + +
* _INSERT_HEAD + + + + +
* _INSERT_BEFORE - + - + +
* _INSERT_AFTER + + + + +