Subject: cpuframe.h pollutes global namespace
To: None <port-amiga@netbsd.org>
From: Ingolf Steinbach <2sez3aw02@sneakemail.com>
List: port-amiga
Date: 06/17/2004 23:08:23
Hi,

the file /usr/include/m68k/cpuframe.h (from 2.0 BETA as of
2004-06-12) introduces symbols in the global namespace which
can easily cause inconveniences for other programs.

The concrete example here is the definition of a structure
named just "frame" which makes compilation of pkgsrc/editors/vim
fail because src/structs.h defines another struct frame.

Any chance that cpuframe.h will be modified? (Not primarily
in order to fix the vim problems but to avoid a source of
further conflicts.)

Kind regards
    Ingolf