Re: [PATCH] eal: use program_invocation_short_name

2023-03-12 Thread Thomas Monjalon
07/03/2023 17:53, Stephen Hemminger: > Glibc already has a documented variable with the program > name so use it instead of computing the value. > > Signed-off-by: Stephen Hemminger Applied, thanks.

[PATCH] eal: use program_invocation_short_name

2023-03-07 Thread Stephen Hemminger
Glibc already has a documented variable with the program name so use it instead of computing the value. Signed-off-by: Stephen Hemminger --- lib/eal/linux/eal.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/eal/linux/eal.c b/lib/eal/linux/eal.c index fabafbc39bd