Subject: RE: Hello world won't compile, what did I do wrong?
To: 'Konrad Schroder' <perseant@hitl.washington.edu>
From: Steven Grunza <steven.grunza@dgms.com>
List: port-sparc
Date: 06/16/1999 16:22:28
On Wednesday, June 16, 1999 3:12 PM, Konrad Schroder 
[SMTP:perseant@hitl.washington.edu] wrote:
> On Wed, 16 Jun 1999, Steven Grunza wrote:
>
> > > > It works on a
> > > > NetBSD-1.4 fresh install but not on a NetBSD-1.4 upgrade.
>
> Try removing /usr/include/{machine,sparc}, and restoring them from
> the 1.4
> installation sets.  I think the problem may be that you still have
> the old
> sym-link of sparc to machine, which should be machine to sparc (so
> you
> have the old 1.3 "machine" header files that don't have vaddr_t
> defined).

`banner "Thank You`

That was it.  Before the delete, /usr/include/machine was a 
directory.  Now it is a symlink to /usr/include/sparc.

Is this an issue for the upgrade script that should be PR'd?