From e31cac9420203a4e01327eaffe1cc27f15463afb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Jul 1998 20:52:32 +0000 Subject: Update. 1998-07-14 Ulrich Drepper * sunrpc/auth_unix.c (authunix_create_default): Use __sysconf instead of sysconf. --- sunrpc/auth_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc') diff --git a/sunrpc/auth_unix.c b/sunrpc/auth_unix.c index 091735e519..c4c001abf5 100644 --- a/sunrpc/auth_unix.c +++ b/sunrpc/auth_unix.c @@ -172,7 +172,7 @@ authunix_create_default (void) char machname[MAX_MACHINE_NAME + 1]; uid_t uid; gid_t gid; - int max_nr_groups = sysconf (_SC_NGROUPS_MAX); + int max_nr_groups = __sysconf (_SC_NGROUPS_MAX); gid_t gids[max_nr_groups]; if (gethostname (machname, MAX_MACHINE_NAME) == -1) -- cgit v1.2.3