]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: Replace NOFAIL macro
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 13 Sep 2024 17:29:56 +0000 (19:29 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 17 Sep 2024 03:40:26 +0000 (22:40 -0500)
commitd6d1bebe264e179d2a866617131ee7c9a3fd68e9
tree483d99249363da319b99d35718ec5e3ee21c52c9
parentec0c0f8520c2edcba63e0443946505985bbf9541
depmod: Replace NOFAIL macro

The NOFAIL macro was not implemented. Add a function which
gracefully exits depmod instead of letting it crash.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/130
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c