On 01/08/2016 08:51 AM, Tyler Hicks wrote: > Remove extra leading parenthesis from some of the function prototypes. > > Signed-off-by: Tyler Hicks <[email protected]> Acked-by: John Johansen <[email protected]>
> --- > libraries/libapparmor/doc/aa_query_label.pod | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libraries/libapparmor/doc/aa_query_label.pod > b/libraries/libapparmor/doc/aa_query_label.pod > index cc901af..7531944 100644 > --- a/libraries/libapparmor/doc/aa_query_label.pod > +++ b/libraries/libapparmor/doc/aa_query_label.pod > @@ -32,11 +32,11 @@ aa_query_link_path, aa_query_link_path_len - query access > permissions of a link > > B<#include E<lt>sys/apparmor.hE<gt>> > > -B<int aa_query_label((uint32_t mask, char *query, size_t size, int *allowed, > int *audited);> > +B<int aa_query_label(uint32_t mask, char *query, size_t size, int *allowed, > int *audited);> > > -B<int aa_query_file_path((uint32_t mask, const char *label, size_t > label_len, const char *path, int *allowed, int *audited);> > +B<int aa_query_file_path(uint32_t mask, const char *label, size_t label_len, > const char *path, int *allowed, int *audited);> > > -B<int aa_query_file_path_len((uint32_t mask, const char *label, size_t > label_len, const char *path, size_t path_len, int *allowed, int *audited);> > +B<int aa_query_file_path_len(uint32_t mask, const char *label, size_t > label_len, const char *path, size_t path_len, int *allowed, int *audited);> > > B<int aa_query_link_path(const char *label, const char *target, const char > *link, int *allowed, int *audited);> > > -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
