Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krytarowski committed Jun 19, 2020
1 parent b30cfdc commit 99d05ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/kern/zone.c
Expand Up @@ -3189,6 +3189,7 @@ zone_find_all_by_id(zoneid_t zoneid)
return (zone);
}

#if 0
static zone_t *
zone_find_all_by_label(const ts_label_t *label)
{
Expand All @@ -3206,6 +3207,7 @@ zone_find_all_by_label(const ts_label_t *label)
zone = (zone_t *)hv;
return (zone);
}
#endif

static zone_t *
zone_find_all_by_name(char *name)
Expand Down

0 comments on commit 99d05ae

Please sign in to comment.