about summary refs log tree commit diff
path: root/nss/getXXent_r.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-06 03:28:07 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-06 03:28:07 +0000
commit0e96315a1d6e8d2f738dc00c182dcaf23a8e77c9 (patch)
treed4c2a7ed6ef5ba358c58bbebdcd1bd0c007d0cfa /nss/getXXent_r.c
parent256ba8884797809da49252231ed69f7982ad1a10 (diff)
downloadglibc-0e96315a1d6e8d2f738dc00c182dcaf23a8e77c9.tar.gz
glibc-0e96315a1d6e8d2f738dc00c182dcaf23a8e77c9.tar.xz
glibc-0e96315a1d6e8d2f738dc00c182dcaf23a8e77c9.zip
Update.
2000-12-05  H.J. Lu  <hjl@gnu.org>

	* nss/getXXent_r.c (setup): Change the return type to int.
Diffstat (limited to 'nss/getXXent_r.c')
-rw-r--r--nss/getXXent_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/getXXent_r.c b/nss/getXXent_r.c
index a5a5200f00..f27683a420 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;