Subject: Re: egcs & sparc.
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: port-sparc
Date: 10/30/1998 10:37:14
>> Ah yes. Inappropriate casting of a `struct sockaddr' pointer to a
>> `struct sockaddr_in' pointer..   This is not the fault of egcs.
>
>Hmm.  This seems unfortunate as this seems likely to be a common idiom
>(likely used in application code as well....)...

So, what's the right thing to do if you're not supposed to cast
struct sockaddr * to struct sockaddr_in *?

--Ken