From owner-cvs-lib Sat Mar 8 08:21:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA20738 for cvs-lib-outgoing; Sat, 8 Mar 1997 08:21:48 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA20730; Sat, 8 Mar 1997 08:21:45 -0800 (PST) Date: Sat, 8 Mar 1997 08:21:45 -0800 (PST) From: Wolfram Schneider Message-Id: <199703081621.IAA20730@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getgrent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/03/08 08:21:44 Modified: lib/libc/gen getgrent.c Log: Allow comments in group database. The character `#' introduces a comment. Leading spaces and tabs are ignored: '^[ \t]*#.*\n$' Count an empty line - only spaces, tabs or newline - also as a comment. (to be compatibel with password database comments). '^[ \t]*\n$' Revision Changes Path 1.16 +2 -2 src/lib/libc/gen/getgrent.c