"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: s/SIMPLEQ_/STAILQ_/g
To:
Christian Weisgerber <naddy@mips.inka.de>
Cc:
gameoftrees@openbsd.org
Date:
Wed, 30 Dec 2020 21:19:40 +0100

Download raw body.

Thread
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?