Re: gcc question, darwin
From: those who know me have no need of my name (not-a-real-address_at_usa.net)
Date: 09/14/03
- Previous message: Robert Dormer: "Re: Porting ..Please Help..Urgent!!"
- In reply to: Derk Gwen: "Re: gcc question, darwin"
- Next in thread: William Ahern: "Re: gcc question, darwin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Sep 2003 02:23:06 GMT
in comp.unix.programmer i read:
>Robert Dormer <rdormer@drexel.edu> wrote:
># Does anyone know where struct sockaddr_in is declared for gcc under Mac OS
># X? It doesn't appear to be declared in the usual places....
>
>Take your pick.
>
># find /usr/include | xargs grep -s 'sockaddr_in'
what a horribly long pile of crap -- most of which was usage of the struct
rather than the definition ...
>/usr/include/netinet/in.h:struct sockaddr_in {
or, much easier is ``man ip''.
-- a signature
- Previous message: Robert Dormer: "Re: Porting ..Please Help..Urgent!!"
- In reply to: Derk Gwen: "Re: gcc question, darwin"
- Next in thread: William Ahern: "Re: gcc question, darwin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|