Subject: CVS commit: src/distrib/utils/sysinst/arch/mac68k
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/12/2004 14:44:43
Module Name: src
Committed By: he
Date: Sat Jun 12 14:44:43 UTC 2004
Modified Files:
src/distrib/utils/sysinst/arch/mac68k: md.h
Log Message:
Add "extern" to a couple of array declarations. Declaring an
undimensioned array in the outer scope will produce warnings that
it's assumed to have one element, and under -Werror will fail to
compile.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/distrib/utils/sysinst/arch/mac68k/md.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.