Remove dead declaration

PR:		195928
MFC after:	2 days
This commit is contained in:
bapt 2015-05-29 10:07:20 +00:00
parent 665a8e93e6
commit 3a4c3ed84f

View File

@ -93,7 +93,6 @@ char * getpwpath(char const * file);
int addgrent(struct group * grp);
int delgrent(struct group * grp);
int chggrent(char const * name, struct group * grp);
int editgroups(char *name, char **groups);
int setgrdir(const char * dir);
char * getgrpath(const char *file);