]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
sdt: static-ize couple of variables
authoravg <avg@FreeBSD.org>
Tue, 29 Sep 2015 12:14:22 +0000 (12:14 +0000)
committeravg <avg@FreeBSD.org>
Tue, 29 Sep 2015 12:14:22 +0000 (12:14 +0000)
MFC after: 11 days

sys/cddl/dev/sdt/sdt.c

index 78aee6f23ce288d776ea328181b3be0c86495d50..4e5dd71f9b947ad6b55cc36296e22303baad70c0 100644 (file)
@@ -99,8 +99,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)