]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/defines.h: Remove condition on __STRICT_ANSI__
authorAlejandro Colomar <alx@kernel.org>
Mon, 27 Nov 2023 23:12:28 +0000 (00:12 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Tue, 28 Nov 2023 16:00:46 +0000 (17:00 +0100)
commit0d2fa501ec2d17b8725d0649705844724b123d5c
tree2b8beea0b1864f77248fa37e63c55ffc1d46c71c
parent218235e9dd466c9f11d81b0c3159f075d1c18909
lib/defines.h: Remove condition on __STRICT_ANSI__

We require C11 since a few releases ago.  It seems I missed this
reminder of ANSI C (C89) back then.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/defines.h