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

@ -1,3 +1,8 @@
2008-01-05 Nicolas François <nicolas.francois@centraliens.net>
* lib/prototypes.h: grent.c does not exist anymore. Remove the
putgrent prototype.
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* src/newgrp.c: Remove duplicate logging to syslog.

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 *);