Subject: Re: egcs & sparc.
To: None <port-sparc@netbsd.org, mrg@eterna.com.au>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: tech-toolchain
Date: 10/30/1998 09:32:03
> i had a look at the netstat -r bus error.  it seems that it is
> due to unaligned access upon the pt_u union in route.c:
> 

Ah yes. Inappropriate casting of a `struct sockaddr' pointer to a
`struct sockaddr_in' pointer..   This is not the fault of egcs.

-pk