diff options
author | phk <phk@FreeBSD.org> | 1998-06-24 20:51:09 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-06-24 20:51:09 +0000 |
commit | a6105f339f56f388d28b084c6f6d032762d7d29e (patch) | |
tree | e3c64098f680262cff545b7600cd3e51d2d83ea4 | |
parent | ba3159e407bae909e8f654623cac6e795bce998b (diff) | |
download | FreeBSD-src-a6105f339f56f388d28b084c6f6d032762d7d29e.zip FreeBSD-src-a6105f339f56f388d28b084c6f6d032762d7d29e.tar.gz |
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>
-rw-r--r-- | sys/sys/queue.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h index 2277087..2ada73c 100644 --- a/sys/sys/queue.h +++ b/sys/sys/queue.h @@ -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 + + + + + |