Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!julius.cs.uiuc.edu!rpi!uwm.edu!bionet!agate!ucbvax!coral.com!greene From: greene@coral.com (Jeremy Greene) Newsgroups: comp.protocols.tcp-ip Subject: inet_ntoa() Message-ID: <9101111551.AA02933@taipan.coral.com> Date: 11 Jan 91 15:51:44 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 The Sun man pages has the following definition: char *inet_ntoa( ipAddr ) struct in_addr ipAddr; which use to work, instead of char *inet_ntoa( ipAddr ) struct in_addr *ipAddr which now works. Has anyone else had this problem? JAG