commit | bedd2a8dc4d95360fcc6dd870be04e615b4f2766 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Sep 15 17:56:12 2011 -0400 |
committer | Eric Paris <eparis@redhat.com> | Fri Sep 16 11:54:03 2011 -0400 |
tree | 4c72fb6706df3b92e4b5b9e8a0136883246ca4f3 | |
parent | b1331909a0cac8325b817b8c60ccae8b2c69b83b [diff] |
libselinux: utils: matchpathcon: remove duplicate declaration We declare rc both for a function and inside a stanze. We only need it in the stanze so remove the declaration for the whole function. Signed-off-by: Eric Paris <eparis@redhat.com>