diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-09-07 08:40:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-09-07 08:40:43 +0000 |
commit | a886f7ac1a2f0bfc0bedbae20f569dad57ce3a4a (patch) | |
tree | d7e7b774d55aea751117947b051b8b9ea897f25a /include/grp.h | |
parent | 25d09f9ca6a5e9dcdb695f5d7b9eb1fc8f6cd664 (diff) |
First pass prototype removals from auditing header files:
a.out.h to libgen.h (omitting complex.h for a later separate
effort for the math stuff)
Diffstat (limited to 'include/grp.h')
-rw-r--r-- | include/grp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/grp.h b/include/grp.h index 33247718a..48cce31e3 100644 --- a/include/grp.h +++ b/include/grp.h @@ -136,12 +136,6 @@ extern int fgetgrent_r (FILE *__restrict __stream, /* Set the group set for the current user to GROUPS (N of them). */ extern int setgroups (size_t __n, __const __gid_t *__groups) __THROW; -/* Store at most *NGROUPS members of the group set for USER into - *GROUPS. Also include GROUP. The actual number of groups found is - returned in *NGROUPS. Return -1 if the if *NGROUPS is too small. */ -extern int getgrouplist (__const char *__user, __gid_t __group, - __gid_t *__groups, int *__ngroups) __THROW; - /* Initialize the group set for the current user by reading the group database and using all groups of which USER is a member. Also include GROUP. */ |