Commit 98be286f authored by John Johansen's avatar John Johansen Committed by Tim Gardner

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

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

This reverts commit 844c52f03735e9d39e76e515e509a103677a71fa.
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 8caa4d52
......@@ -87,7 +87,7 @@ void __aa_update_replacedby(struct aa_label *orig, struct aa_label *new)
aa_put_label(tmp);
}
static void __share_replacedby(struct aa_label *old, struct aa_label *new)
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