Remove prototype of putgrent(), add parameter's name of sgetgrent().
This commit is contained in:
parent
f8a95f7ca1
commit
6cf5b05493
@ -1,3 +1,8 @@
|
|||||||
|
2008-01-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* lib/groupio.c: Remove prototype of putgrent(), add parameter's
|
||||||
|
name of sgetgrent().
|
||||||
|
|
||||||
2008-01-05 Nicolas François <nicolas.francois@centraliens.net>
|
2008-01-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* NEWS, src/groupmod.c, src/groupadd.c: Add option --password to
|
* NEWS, src/groupmod.c, src/groupadd.c: Add option --password to
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
#include "commonio.h"
|
#include "commonio.h"
|
||||||
#include "getdef.h"
|
#include "getdef.h"
|
||||||
#include "groupio.h"
|
#include "groupio.h"
|
||||||
extern int putgrent (const struct group *, FILE *);
|
|
||||||
extern struct group *sgetgrent (const char *);
|
extern struct group *sgetgrent (const char *buf);
|
||||||
|
|
||||||
static struct commonio_entry *merge_group_entries (struct commonio_entry *,
|
static struct commonio_entry *merge_group_entries (struct commonio_entry *,
|
||||||
struct commonio_entry *);
|
struct commonio_entry *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user