]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iproute2: move generic_proc_open into lib
authorDenis Kirjanov <kirjanov@gmail.com>
Mon, 4 Mar 2024 14:13:40 +0000 (09:13 -0500)
committerDavid Ahern <dsahern@kernel.org>
Wed, 6 Mar 2024 16:23:10 +0000 (16:23 +0000)
commita9fce55334f7b8659079680007e518ce2beb34a8
tree2529ef67ff3247137689e2ccdd6ebb71b5fe9ad2
parent2558ab97c0c5ad8635a0db963a654cbfec65d924
iproute2: move generic_proc_open into lib

the function has the same definition in ifstat and ss

v2: fix the typo in the chagelog
v3: rebase on master

Signed-off-by: Denis Kirjanov <dkirjanov@suse.de>
Signed-off-by: David Ahern <dsahern@kernel.org>
include/utils.h
lib/utils.c
misc/nstat.c
misc/ss.c