Commit 883be046 authored by John Johansen's avatar John Johansen Committed by Tim Gardner

UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static

Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent c528cb0b
......@@ -774,7 +774,7 @@ struct aa_label *aa_label_insert(struct aa_labelset *ls, struct aa_label *l)
return label;
}
struct aa_label *aa_label_vec_find_or_create(struct aa_labelset *ls,
static struct aa_label *aa_label_vec_find_or_create(struct aa_labelset *ls,
struct aa_profile **vec, int len)
{
struct aa_label *label = aa_label_vec_find(ls, vec, len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment