From f796700cf010d7ff2615c59bc364bbbef14153a4 Mon Sep 17 00:00:00 2001 From: Russ Dill Date: Thu, 18 Dec 2003 22:40:58 +0000 Subject: rename __getgrent so that it doesn't conflict with some libc's --- include/grp_.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grp_.h') diff --git a/include/grp_.h b/include/grp_.h index 0ce274cf0..7cb0d4af6 100644 --- a/include/grp_.h +++ b/include/grp_.h @@ -32,7 +32,7 @@ extern struct group * fgetgrent __P ((FILE * file)); extern int setgroups __P ((size_t n, __const gid_t * groups)); extern int initgroups __P ((__const char * user, gid_t gid)); -extern struct group * __getgrent __P ((int grp_fd)); +extern struct group * bb_getgrent __P ((int grp_fd)); #endif /* USE_SYSTEM_PWD_GRP */ #endif /* __CONFIG_GRP_H */ -- cgit v1.2.3