From: "Todd C. Miller" Subject: Re: s/SIMPLEQ_/STAILQ_/g To: Stefan Sperling Cc: Christian Weisgerber , gameoftrees@openbsd.org Date: Wed, 30 Dec 2020 18:26:47 -0700 On Wed, 30 Dec 2020 21:19:40 +0100, Stefan Sperling wrote: > Could we easily add local STAILQ compat macros if they aren't defined? > Or is that too much effort? We could, but is there really a need? OpenBSD was the only STAILQ holdout I know of. NetBSD, macOS, Solaris and Linux all have STAILQ. I'm not sure there are any systems left that have SIMPLEQ but not STAILQ. - todd