> Date: Sat, 26 Dec 2020 16:40:15 +0100 > From: Christian Weisgerber <[email protected]> > > Denis Fondras: > > > This diff renames SIMPLEQ_* to STAILQ_* in /usr/src/sys/sys to unify with > > FreeBSD and Linux. > > > > I added aliases at the end of queue.h to avoid breaking base too much. they > > will > > be removed as soon as diff 2,3,4,5,6,7 are commited. > > We'll need to run a ports bulk build without the aliases. (I can > do that.) There will be some breakage.
NetBSD and Solaris both provide SIMPLEQ_* and STAILQ_*. I'm not sure removing one in favour of the other is helpful.
