]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
sdt.h: no need for argtype_list_head
authoravg <avg@FreeBSD.org>
Tue, 29 Sep 2015 12:14:59 +0000 (12:14 +0000)
committeravg <avg@FreeBSD.org>
Tue, 29 Sep 2015 12:14:59 +0000 (12:14 +0000)
MFC after: 12 days

sys/sys/sdt.h

index ca820f68bce1bb665f219ca125d25e1e809eff8a..5dd0b67af60974a8037681b0729310e40734088a 100644 (file)
@@ -398,7 +398,7 @@ struct sdt_probe {
        struct sdt_provider *prov;      /* Ptr to the provider structure. */
        TAILQ_ENTRY(sdt_probe)
                        probe_entry;    /* SDT probe list entry. */
-       TAILQ_HEAD(argtype_list_head, sdt_argtype) argtype_list;
+       TAILQ_HEAD(, sdt_argtype) argtype_list;
        const char      *mod;
        const char      *func;
        const char      *name;