]> git.ipfire.org Git - thirdparty/util-linux.git/commit
nsenter: use macros to access the nsfiles array
authorKarel Zak <kzak@redhat.com>
Fri, 18 Oct 2024 12:08:35 +0000 (14:08 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 21 Oct 2024 12:36:50 +0000 (14:36 +0200)
commit2f283d0dd32660161728576d107b9f9812ebd742
tree4d00e46bf7987a3a525f7338631161f928fbf5a6
parentf18be0ca5aa764404aa626c84cff315256c9ee73
nsenter: use macros to access the nsfiles array

This change implements macros to access the nsfiles array, resulting
in a slight reduction in code.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/nsenter.c