]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: remove __secure_getenv handling
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Sep 2024 16:32:31 +0000 (17:32 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 21 Sep 2024 16:16:17 +0000 (11:16 -0500)
commitdf6ef6098ca181ce377b2346be307a1414d85c80
tree91e5acae42958bc5b01550f1791bcc1bc6d2ac1c
parent3091dc72bc9fb3ef6253f21d64caa315b3ff7ab6
libkmod: remove __secure_getenv handling

The build-time checking for __secure_getenv was dropped earlier, yet I
forgot to remove the actual users :facepalm:

Fixes: 9dc54a3 ("build: stop checking for __secure_getenv")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/139
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-internal.h