From 0e96315a1d6e8d2f738dc00c182dcaf23a8e77c9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Dec 2000 03:28:07 +0000 Subject: Update. 2000-12-05 H.J. Lu * nss/getXXent_r.c (setup): Change the return type to int. --- nss/getXXent_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss') diff --git a/nss/getXXent_r.c b/nss/getXXent_r.c index a5a5200..f27683a 100644 --- a/nss/getXXent_r.c +++ b/nss/getXXent_r.c @@ -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 current location if it's not nil. Return nonzero if there are no services (left). */ -static enum nss_status +static int setup (void **fctp, const char *func_name, int all) { int no_more; -- cgit v1.1