mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2000-12-05 H.J. Lu <hjl@gnu.org> * nss/getXXent_r.c (setup): Change the return type to int.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-12-05 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* nss/getXXent_r.c (setup): Change the return type to int.
|
||||||
|
|
||||||
2000-12-05 Ulrich Drepper <drepper@redhat.com>
|
2000-12-05 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
|
* sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
|
||||||
|
@ -123,7 +123,7 @@ extern int DB_LOOKUP_FCT (service_user **nip, const char *name, void **fctp);
|
|||||||
/* Set up NIP to run through the services. If ALL is zero, use NIP's
|
/* Set up NIP to run through the services. If ALL is zero, use NIP's
|
||||||
current location if it's not nil. Return nonzero if there are no
|
current location if it's not nil. Return nonzero if there are no
|
||||||
services (left). */
|
services (left). */
|
||||||
static enum nss_status
|
static int
|
||||||
setup (void **fctp, const char *func_name, int all)
|
setup (void **fctp, const char *func_name, int all)
|
||||||
{
|
{
|
||||||
int no_more;
|
int no_more;
|
||||||
|
Reference in New Issue
Block a user