Hi,
Although CIRCLEQ_* macros are deprecated, queue(3) does not say so.
-- gregoire
Index: queue.3
===================================================================
RCS file: /cvs/src/share/man/man3/queue.3,v
retrieving revision 1.59
diff -u -p -r1.59 queue.3
--- queue.3 14 Aug 2013 06:32:31 -0000 1.59
+++ queue.3 25 Jul 2014 10:42:06 -0000
@@ -354,6 +354,8 @@ Code size is about 15% greater and opera
than singly-linked lists.
.El
.Pp
+.Sy Circular queues are deprecated and should not be used in new code.
+.Pp
Circular queues add the following functionality:
.Pp
.Bl -enum -compact -offset indent
@@ -973,6 +975,8 @@ while ((np = TAILQ_FIRST(&head))) {
.Ed
.Sh CIRCULAR QUEUES
+.Sy Circular queues are deprecated and should not be used in new code.
+.Pp
A circular queue is headed by a structure defined by the
.Fn CIRCLEQ_HEAD
macro.