grent.c does not exist anymore. Remove the putgrent prototype.

This commit is contained in:
nekral-guest
2008-01-05 13:05:21 +00:00
parent 3c800f5880
commit 867034e3ba
2 changed files with 5 additions and 3 deletions

View File

@ -78,9 +78,6 @@ extern int getlong(const char *numstr, long int *result);
extern char *fgetsx (char *, int, FILE *);
extern int fputsx (const char *, FILE *);
/* grent.c */
extern int putgrent (const struct group *, FILE *);
/* hushed.c */
extern int hushed (const struct passwd *);