diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cred.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cred.h b/include/linux/cred.h index 04421e825365..f61d6c8f5ef3 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h | |||
| @@ -66,7 +66,7 @@ extern struct group_info *groups_alloc(int); | |||
| 66 | extern struct group_info init_groups; | 66 | extern struct group_info init_groups; |
| 67 | extern void groups_free(struct group_info *); | 67 | extern void groups_free(struct group_info *); |
| 68 | extern int set_current_groups(struct group_info *); | 68 | extern int set_current_groups(struct group_info *); |
| 69 | extern int set_groups(struct cred *, struct group_info *); | 69 | extern void set_groups(struct cred *, struct group_info *); |
| 70 | extern int groups_search(const struct group_info *, kgid_t); | 70 | extern int groups_search(const struct group_info *, kgid_t); |
| 71 | 71 | ||
| 72 | /* access the groups "array" with this macro */ | 72 | /* access the groups "array" with this macro */ |
