Re: [PATCH 2/2] Remove the CIRCLEQ API

2020-10-11 Thread Paul Goyette
On Sun, 11 Oct 2020, Kamil Rytarowski wrote: It was marked deprecated in NetBSD 7 and already removed from FreeBSD in 2000 and OpenBSD in 2015. --- share/man/man3/queue.3 | 10 +++ sys/sys/queue.h| 196 - 2 files changed, 10 insertions(+), 196

[PATCH 2/2] Remove the CIRCLEQ API

2020-10-11 Thread Kamil Rytarowski
It was marked deprecated in NetBSD 7 and already removed from FreeBSD in 2000 and OpenBSD in 2015. --- share/man/man3/queue.3 | 10 +++ sys/sys/queue.h| 196 - 2 files changed, 10 insertions(+), 196 deletions(-) diff --git a/share/man/man3/queue.3