wpaul bdad16fdda Small fix for the following problems:
- If you take the wheel entry out of /etc/group and turn on NIS,
the '+:*::' line is incorrectly flagged as the entry for wheel (the
empty gid section is translated to 0), hence getgrgid() returns '+'
as the name of the group instead of 'wheel.'

- Using just '+:' as the 'turn on NIS' switch in /etc/group makes
getgrgid() dump core because of a null pointer dereference. (Last
time I was in here, I foolishly assumed that fixing the core dump
problems with getgrnam() and getgrent() would fix getgrgid() too.
Silly me.)
1995-04-29 17:14:50 +00:00
..
1995-04-25 10:00:04 +00:00
1995-04-29 17:14:50 +00:00
1995-04-12 22:28:49 +00:00
1995-04-02 19:35:40 +00:00
1994-05-27 05:00:24 +00:00
1995-04-23 15:06:16 +00:00
1995-04-26 19:03:16 +00:00
1995-03-30 12:46:36 +00:00