From owner-cvs-usrbin Mon Sep 29 02:41:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA00925 for cvs-usrbin-outgoing; Mon, 29 Sep 1997 02:41:36 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA00920; Mon, 29 Sep 1997 02:41:30 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA26909; Mon, 29 Sep 1997 19:36:59 +1000 Date: Mon, 29 Sep 1997 19:36:59 +1000 From: Bruce Evans Message-Id: <199709290936.TAA26909@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, imp@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/make main.c var.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >imp 1997/09/28 20:53:54 PDT > > Modified files: > usr.bin/make main.c var.c > Log: > Add #include to pick up prototypes for getenv and friends. is already included by make.h which is included by almost everything (blech). Bruce