Make dumptid non-static. It is used by libkvm to detect whether
authorHartmut Brandt <harti@FreeBSD.org>
Tue, 22 May 2012 07:23:41 +0000 (07:23 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Tue, 22 May 2012 07:23:41 +0000 (07:23 +0000)
commitac6e25ec7d21aa59b487d9f5c38324c0d8182667
tree1bd90fc47b35ee61323671657ec5ff25e475f746
parentc415e172503a7e2c8971ad03be47a13869e482f9
Make dumptid non-static. It is used by libkvm to detect whether
this is a VNET-kernel or not. gcc used to put the static symbol into
the symbol table, clang does not. This fixes the 'netstat: no namelist'
error seen on clang+VNET systems.
sys/kern/kern_shutdown.c