From 72eb7808976fc1cf8747f36917767c089cb82d97 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 24 Jul 2000 16:48:34 +0000 Subject: (initgroups_dyn_function): Renamed from initgroups_function, adopted prototype for change from 2000-07-23. (initgroups): Follow type change. --- grp/initgroups.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'grp') diff --git a/grp/initgroups.c b/grp/initgroups.c index a74a703cfd..54c37ed46c 100644 --- a/grp/initgroups.c +++ b/grp/initgroups.c @@ -27,9 +27,9 @@ #include /* Type of the lookup function. */ -typedef enum nss_status (*initgroups_function) (const char *, gid_t, - long int *, long int *, - gid_t *, long int, int *); +typedef enum nss_status (*initgroups_dyn_function) (const char *, gid_t, + long int *, long int *, + gid_t **, long int, int *); /* Prototype for the setgrent functions we use here. */ typedef enum nss_status (*set_function) (void); @@ -152,7 +152,7 @@ initgroups (user, group) #else service_user *nip = NULL; - initgroups_function fct; + initgroups_dyn_function fct; enum nss_status status = NSS_STATUS_UNAVAIL; int no_more; /* Start is one, because we have the first group as parameter. */ -- cgit v1.2.3