From owner-cvs-all Sun Apr 7 3:27:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0423037B420; Sun, 7 Apr 2002 03:27:25 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37AROq36064; Sun, 7 Apr 2002 03:27:24 -0700 (PDT) (envelope-from murray) Message-Id: <200204071027.g37AROq36064@freefall.freebsd.org> From: Murray Stokely Date: Sun, 7 Apr 2002 03:27:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall sysinstall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/04/07 03:27:24 PDT Modified files: usr.sbin/sysinstall sysinstall.h Log: GCC >= 3 and C99 handle zero-length arrays differently than older versions of GCC. With this change, sysinstall compiles and works fine with GCC 3.1 or 2.95. Revision Changes Path 1.224 +6 -0 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message