]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: Make unix_state_map local to unix_show()
authorPhil Sutter <phil@nwl.cc>
Fri, 2 Dec 2016 10:39:59 +0000 (11:39 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Dec 2016 22:07:47 +0000 (14:07 -0800)
commit96d45daa92360b372e5ade8eda45923f69342d29
treededbf91f1a61416beb9dc15c8fa8397970e7e94e
parent2f938ce1fa382d22cd2ae5ed9a0f3d194e0c3e05
ss: Make unix_state_map local to unix_show()

Also make it const, since there won't be any write access happening.

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