Subject: CVS commit: src/usr.sbin/pkg_install/info
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 08/18/2004 19:10:15
Module Name: src
Committed By: he
Date: Wed Aug 18 19:10:15 UTC 2004
Modified Files:
src/usr.sbin/pkg_install/info: perform.c
Log Message:
Move the local array declaration of flist[] to the variable declaration
section, so that this compiles with gcc 2.95.3 as well. Fixes build
problem for vax.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/usr.sbin/pkg_install/info/perform.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.