Commit 1c7d0095 authored by John Johansen's avatar John Johansen Committed by Tim Gardner

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

BugLink: http://bugs.launchpad.net/bugs/1379535

This reverts commit 2d9e947542095ff2e927152f013bf82d44948792.
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent c4cfbcd8
......@@ -774,7 +774,7 @@ struct aa_label *aa_label_insert(struct aa_labelset *ls, struct aa_label *l)
return label;
}
static struct aa_label *aa_label_vec_find_or_create(struct aa_labelset *ls,
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