Commit 82c55fe3 authored by John Johansen's avatar John Johansen Committed by Tim Gardner

UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning

Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 0bf390d5
......@@ -87,7 +87,7 @@ void __aa_update_replacedby(struct aa_label *orig, struct aa_label *new)
aa_put_label(tmp);
}
void __share_replacedby(struct aa_label *old, struct aa_label *new)
static void __share_replacedby(struct aa_label *old, struct aa_label *new)
{
struct aa_replacedby *r = new->replacedby;
new->replacedby = aa_get_replacedby(old->replacedby);
......
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