]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: Make user_ent_hash_build_init local to user_ent_hash_build()
authorPhil Sutter <phil@nwl.cc>
Fri, 2 Dec 2016 10:39:54 +0000 (11:39 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Dec 2016 22:07:46 +0000 (14:07 -0800)
commitb25bad2ffe77eaae781a856214b303e48a2142e8
treea207f37542b74c00285e09a335f8a95fc586b12c
parent86dfa1be4aeab3a0b77b1c2e3786d259a93dc26c
ss: Make user_ent_hash_build_init local to user_ent_hash_build()

By having it statically defined, there is no need for it to be global.

Signed-off-by: Phil Sutter <phil@nwl.cc>
misc/ss.c