From owner-cvs-lib Thu Feb 12 11:36:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15813 for cvs-lib-outgoing; Thu, 12 Feb 1998 11:36:37 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15681; Thu, 12 Feb 1998 11:35:12 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA24390; Thu, 12 Feb 1998 11:29:06 -0800 (PST) Date: Thu, 12 Feb 1998 11:29:06 -0800 (PST) Message-Id: <199802121929.LAA24390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen getnetgrent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/02/12 11:29:05 PST Modified files: lib/libc/gen getnetgrent.c Log: Fix _listmatch() again so that it works with group lists containing only one group. Thanks to Dirk Froemberg for supplying a patch for this. I will be closing out the PR and moving this to the 2.2.5 branch later: my login sessions to freefall from Columbia are ridiculously spotty today. PR: 5610 Submitted by: Dirk Froemberg Revision Changes Path 1.24 +14 -7 src/lib/libc/gen/getnetgrent.c