grent.c does not exist anymore. Remove the putgrent prototype.
This commit is contained in:
parent
3c800f5880
commit
867034e3ba
@ -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>
|
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/newgrp.c: Remove duplicate logging to syslog.
|
* src/newgrp.c: Remove duplicate logging to syslog.
|
||||||
|
@ -78,9 +78,6 @@ extern int getlong(const char *numstr, long int *result);
|
|||||||
extern char *fgetsx (char *, int, FILE *);
|
extern char *fgetsx (char *, int, FILE *);
|
||||||
extern int fputsx (const char *, FILE *);
|
extern int fputsx (const char *, FILE *);
|
||||||
|
|
||||||
/* grent.c */
|
|
||||||
extern int putgrent (const struct group *, FILE *);
|
|
||||||
|
|
||||||
/* hushed.c */
|
/* hushed.c */
|
||||||
extern int hushed (const struct passwd *);
|
extern int hushed (const struct passwd *);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user