Skip to content

Commit

Permalink
capabilities: remove __cap_full_set definition
Browse files Browse the repository at this point in the history
In 5163b58 I removed __cap_full_set but
forgot to remove it from a header.  Do that.

Reported-by: Kornilios Kourtis <kkourt@cslab.ece.ntua.gr>
Signed-off-by: Eric Paris <eparis@redhat.com>
  • Loading branch information
Eric Paris committed Jan 5, 2012
1 parent fd77846 commit f423e5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/capability.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ struct user_namespace;
struct user_namespace *current_user_ns(void);

extern const kernel_cap_t __cap_empty_set;
extern const kernel_cap_t __cap_full_set;
extern const kernel_cap_t __cap_init_eff_set;

/*
Expand Down

0 comments on commit f423e5b

Please sign in to comment.