K 10 svn:author V 5 wpaul K 8 svn:date V 27 1995-03-18T05:03:10.000000Z K 7 svn:log V 449 Fix 'putting +: in /etc/group causes many programs to dump core' bug by heading off possible null pointer dereferences in grscan(). Also change getgrnam() slightly to properly handle the change: if grscan() returns an rval of 1 and leaves a '+' in the gr_name field and YP is enabled, poll the YP group.byname map before giving up. This should insure that we make every effort to find a match in the local and YP group databases before bailing out. END