]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10011 contrib: fix old-style K&R declarations
authorSam James <sam@gentoo.org>
Thu, 9 Feb 2023 23:20:32 +0000 (23:20 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 17 Apr 2023 18:48:45 +0000 (18:48 +0000)
commitca22c4d9efcec0948f0f080b5c367bfdd38b9eef
tree4be55bb139c1dc6ce254924e755023c67120b886
parent4a9aaf7c2621c2800b163efe928512c20bd422e2
ITS#10011 contrib: fix old-style K&R declarations

Removed in C23.

For more information, see LWN.net [0] or LLVM's Discourse [1], the Gentoo wiki [2],
or the (new) c-std-porting mailing list [3].

[0] https://lwn.net/Articles/913505/
[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
[2] https://wiki.gentoo.org/wiki/Modern_C_porting
[3] hosted at lists.linux.dev.

Signed-off-by: Sam James <sam@gentoo.org>
contrib/ldaptcl/tclAppInit.c
contrib/ldaptcl/tkAppInit.c