Download raw body.
s/SIMPLEQ_/STAILQ_/g
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. Anyway, I thought I'd ask. -- Christian "naddy" Weisgerber naddy@mips.inka.de
s/SIMPLEQ_/STAILQ_/g