]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/depmod: remove set but unused timeval
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 24 May 2025 15:03:08 +0000 (16:03 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 30 May 2025 02:16:00 +0000 (21:16 -0500)
commit5f55a879ef5ab4e67cf33efa90c03bc89ca97617
treec87aad20083dc8e060d382c8209c41699d3a76ad
parentfdde586a187a0dcee2e0bfae8f2f907e5018321d
tools/depmod: remove set but unused timeval

No longer needed since the introduction of tmpfile-util.

Fixes: aae48bc9 ("depmod: add tmpfile-util to generate temporary file")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/358
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c