diff options
author | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-18 22:40:58 +0000 |
---|---|---|
committer | russ <russ@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-18 22:40:58 +0000 |
commit | fbc6c27a527575dc2477ddda738c8126881a86d5 (patch) | |
tree | 59da8113d1decbb3ae5731d06487e56c426afb0f /include/grp_.h | |
parent | 6664296f009660a416208c69fcd86fff16138e4b (diff) | |
download | busybox-w32-fbc6c27a527575dc2477ddda738c8126881a86d5.tar.gz busybox-w32-fbc6c27a527575dc2477ddda738c8126881a86d5.tar.bz2 busybox-w32-fbc6c27a527575dc2477ddda738c8126881a86d5.zip |
rename __getgrent so that it doesn't conflict with some libc's
git-svn-id: svn://busybox.net/trunk/busybox@8117 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/grp_.h')
-rw-r--r-- | include/grp_.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)); | |||
32 | extern int setgroups __P ((size_t n, __const gid_t * groups)); | 32 | extern int setgroups __P ((size_t n, __const gid_t * groups)); |
33 | extern int initgroups __P ((__const char * user, gid_t gid)); | 33 | extern int initgroups __P ((__const char * user, gid_t gid)); |
34 | 34 | ||
35 | extern struct group * __getgrent __P ((int grp_fd)); | 35 | extern struct group * bb_getgrent __P ((int grp_fd)); |
36 | 36 | ||
37 | #endif /* USE_SYSTEM_PWD_GRP */ | 37 | #endif /* USE_SYSTEM_PWD_GRP */ |
38 | #endif /* __CONFIG_GRP_H */ | 38 | #endif /* __CONFIG_GRP_H */ |