Download raw body.
s/SIMPLEQ_/STAILQ_/g
On Wed, Dec 30, 2020 at 07:25:12PM +0100, Christian Weisgerber wrote: > So.... when are we going to do this? > > $ find . -name '*.[ch]' -exec sed -i 's/SIMPLEQ_/STAILQ_/g' {} + > $ got ci > > (Yes, I verified that's all that's needed.) > > There is no particular rush. We can wait for people to catch up > with OpenBSD-current. It also breaks compatibility with OpenBSD > 6.8-stable, which may be a concern. OTOH, it will shrink my > openbsd-compat.h on FreeBSD. Could we easily add local STAILQ compat macros if they aren't defined? Or is that too much effort?
s/SIMPLEQ_/STAILQ_/g