* lib/Makefile.am, lib/prototypes.h: Added sgetspent.c.
This commit is contained in:
parent
db337babbc
commit
413bb19543
@ -1,4 +1,8 @@
|
|||||||
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
|
2009-04-11 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* lib/Makefile.am, lib/prototypes.h: Added sgetspent.c.
|
||||||
|
|
||||||
|
2009-04-11 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* po/POTFILES.in: Added missing files. Sorted.
|
* po/POTFILES.in: Added missing files. Sorted.
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ libshadow_la_SOURCES = \
|
|||||||
pwmem.c \
|
pwmem.c \
|
||||||
sgetgrent.c \
|
sgetgrent.c \
|
||||||
sgetpwent.c \
|
sgetpwent.c \
|
||||||
|
sgetspent.c \
|
||||||
sgroupio.c \
|
sgroupio.c \
|
||||||
sgroupio.h\
|
sgroupio.h\
|
||||||
shadow.c \
|
shadow.c \
|
||||||
|
@ -283,6 +283,11 @@ extern struct group *sgetgrent (const char *buf);
|
|||||||
/* sgetpwent.c */
|
/* sgetpwent.c */
|
||||||
extern struct passwd *sgetpwent (const char *buf);
|
extern struct passwd *sgetpwent (const char *buf);
|
||||||
|
|
||||||
|
/* sgetspent.c */
|
||||||
|
#ifndef HAVE_SGETSPENT
|
||||||
|
extern struct spwd *sgetspent (const char *string)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* sgroupio.c */
|
/* sgroupio.c */
|
||||||
extern void __sgr_del_entry (const struct commonio_entry *ent);
|
extern void __sgr_del_entry (const struct commonio_entry *ent);
|
||||||
extern struct sgrp *__sgr_dup (const struct sgrp *sgent);
|
extern struct sgrp *__sgr_dup (const struct sgrp *sgent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user