From owner-cvs-ports Tue Mar 25 04:48:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA09814 for cvs-ports-outgoing; Tue, 25 Mar 1997 04:48:09 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA09805; Tue, 25 Mar 1997 04:48:03 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id XAA27319; Tue, 25 Mar 1997 23:42:26 +1100 Date: Tue, 25 Mar 1997 23:42:26 +1100 From: Bruce Evans Message-Id: <199703251242.XAA27319@godzilla.zeta.org.au> To: asami@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/japanese/today/patches patch-aa Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: japanese/today/patches patch-aa > Log: > Hand-edit patch to cope with getopt declarations moving from > stdlib.h to unistd.h in -current (from Lite2). Note this requires > the latest gcc that defines __FreeBSD__ to 3. Why? exists in all versions of FreeBSD. Unconditionally including old versions of it is more harmless than including the current version, since there is no danger of a getopt conflict from old versions. Bruce