commit | f796700cf010d7ff2615c59bc364bbbef14153a4 | [log] [tgz] |
---|---|---|
author | Russ Dill <Russ.Dill@asu.edu> | Thu Dec 18 22:40:58 2003 +0000 |
committer | Russ Dill <Russ.Dill@asu.edu> | Thu Dec 18 22:40:58 2003 +0000 |
tree | 59da8113d1decbb3ae5731d06487e56c426afb0f | |
parent | 4e864a36b611f56c6b347be1dace4e5e805a3eb8 [diff] [blame] |
rename __getgrent so that it doesn't conflict with some libc's
diff --git a/libpwdgrp/grent.c b/libpwdgrp/grent.c index 609ed1a..ff3c49e 100644 --- a/libpwdgrp/grent.c +++ b/libpwdgrp/grent.c
@@ -50,5 +50,5 @@ { if (grp_fd == -1) return NULL; - return __getgrent(grp_fd); + return bb_getgrent(grp_fd); }