From owner-cvs-lib Sat Dec 21 10:36:48 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA21125 for cvs-lib-outgoing; Sat, 21 Dec 1996 10:36:48 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA21114; Sat, 21 Dec 1996 10:36:46 -0800 (PST) Date: Sat, 21 Dec 1996 10:36:46 -0800 (PST) From: Bill Paul Message-Id: <199612211836.KAA21114@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 wpaul 96/12/21 10:36:46 Modified: lib/libc/gen getgrent.c Log: Add a missing #ifdef YP/#endif pair so that this module will compile without -DYP. Pointed out by: Wolfram Schneider Revision Changes Path 1.13 +2 -0 src/lib/libc/gen/getgrent.c