MFC r288365: sdt: static-ize couple of variables

This commit is contained in:
avg 2015-10-23 07:35:39 +00:00
parent d857a9d7cc
commit 43b153c04f

View File

@ -100,8 +100,8 @@ static dtrace_pops_t sdt_pops = {
static TAILQ_HEAD(, sdt_provider) sdt_prov_list;
eventhandler_tag sdt_kld_load_tag;
eventhandler_tag sdt_kld_unload_try_tag;
static eventhandler_tag sdt_kld_load_tag;
static eventhandler_tag sdt_kld_unload_try_tag;
static void
sdt_create_provider(struct sdt_provider *prov)